/* LOADING */
#loading {
	margin-top: 35px;
	margin-bottom: 35px;
}

#progressbar {
	width: 500px;
	border: 1px solid #ccc;
}

#progressbar:hover>div:first-child {
	background-color: #c70000;
}

#progress {
	background-color: #ddd;
}

#warning1 {
	color: #cc0000;
}

.warning {
	font-size: small;
}