<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loadingBox {
	display: block;
	cursor: wait;
}

.spinBox {
	display: inline-block;
	color:white;
	vertical-align: middle;
}

.alignWheel {
	display: inline-block;
	color:white;
}

.progressText{
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	font-size:12px; 
	font-weight: bold; 
	letter-spacing:2px; 
	color:#999999;
	text-transform:uppercase;
}
</pre></body></html>