<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Stylesheet*/
BODY, HTML 
{

    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-touch-callout: none;                
    -webkit-text-size-adjust: none;             
    -webkit-user-select: none;                  
	margin: 			0;
	padding: 			0;
	font-family: 		Arial, Verdana, sans-serif;
	font-size: 			12px;
	font-weight:		normal;
    background-color:#000000;
}

#rotateHolder{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background-color:black;
    background-image:url('../gzpAssets/rotate.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 999;
    display:none;
}

</pre></body></html>