.progresscontainer {
	width: 100px;
	height: 10px;
	background-color: white;
	border: 1px solid black;
}

.progressbar {
	width: 0px;
	height: 10px;
	background-color: red;
}


h1 {
	margin-top: 10px;
}

div.inputhead {
	font-size: 7pt;
	font-family: arial;
	color: white;
}

.input {
	margin-bottom: 10px;
	width: 200px;
	font-family: arial;
	font-size: small;
	color: white;
}

.data {
	margin-left: 20px;
}