﻿/*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: 		Verdana;
	font-size: 			12px;
	font-weight:		normal;
	color: 				#ccc;
	background-color:	#000000;
}

#orientation {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background-image: url(assets/rotate-phone-v.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffb400;
    z-index: 999;
    display: none;
	border: 6px solid #ffffff;
	border-radius: 50px;
}