.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%;
}
#correctWrongDiv
{
	margin-top:8%;
}
.borderClass
{
	border: 1px solid black;
    border-radius: 5%;
    box-shadow: inset 0 0 87px black;
	margin-top: 1%;
}
.noPadding
{
	padding:0px!important;
}
#message
{
    font-size: 7vw;
    font-weight: bold;
    margin-top: 24vh;
	color:black;
}