.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}
body
{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
}
.menuNames
{
    font-size: 2.5vw;
    margin: 2vh 0;
    font-weight: bold;
}
#correctWrongDiv
{
	margin-bottom:4vh;
}
.borderClass
{
	border: 1px solid black;
    border-radius: 5%;
    box-shadow: inset 0 0 87px black;
	margin-top: 1%;
}
.noPadding
{
	padding:0px!important;
}
#endpage
{
	display:none;
}
#acknowledgementDiv 
{
	margin-top: 8%;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.5vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
	font-size:2vw;
}