h1, h2, h3 {
	font-family:serif;
	color:#466289;
}

h2, h3 {
	margin-bottom:0;
}

a {
	color:#466289;
}

body {
	background-color:#EFEFEF;
	font-family:sans-serif;
	text-align:center;
}
#maincontainer {
	display:inline-block;
	text-align:left;
	border:1px solid lightgray;
	border-radius:5px;
	margin:10px;
	padding:10px;
	background:white;
	box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.6);
	width:700px;
	max-height: 999999px;
}

ul {
	margin-top:0
}

.step{
	font-size:2em;
	float:left;
	color:darkgray;
	margin:5 5 0 0
}

input {
	border:1px solid #DBE8F9;
	outline:1px solid #466289;
	padding:5px;
	background:#DBE8F9
}

button{
	border:1px solid #DBE8F9;
	outline:1px solid #466289;
	background:#466289;
	padding:5px;
	color:white;
	cursor:pointer
}

#filename {
	font-size:0.75em;
	color: #466289;
}

#progressContainer{
	width:100%;
	border:1px solid gray;
	border-radius:3px;
	visibility:hidden;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
	height:22px;
	white-space:nowrap;
	overflow:hidden;
}

#progress{
	background:url('/static/progress.gif') repeat-x;
	height:22px;
	width:100%;
	padding:3px;
	color:gray;
	box-sizing:border-box;
	display:inline-block;
	color:white;
	font-weight:bold;
	font-size:0.75em;
}

#percentage{
	padding:3px;
	height:22px;
	display:inline-block;
	font-size:0.75em;
	font-weight:bold;
	text-align:right;
	float:right;
}

#results {
	display:none;
	word-wrap:break-word;
}

.success {
	font-weight:bold;
	color:darkgreen;
}

.error {
	font-weight:bold;
	color:darkred;
}
