<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#jpreOverlay {
	background-color:#000;
	/*background: url(../images/Loading.png) no-repeat center 200px #000; width:100%; height:900px; margin:-200px 0 0 0;*/

}
#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	width:50%;
	height:30%;
}
#jpreLoader{
	width:100%;
	height:3px;
	/*height:384px;*/
	position: relative;
	
}

#jpreBar {
	/*background: #ff0083;*/
	background: url(../images/bar_color.png) no-repeat center top; width:100%; height:384px; margin:0 auto;
	
}

#jprePercentage {
	color:#fff;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 1px #fff;
	top:-100%;
	line-height:10px;
}</pre></body></html>