.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
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	user-select:none;
}
.heightClass
{
	height: 18vh;
}
#teacherImg
{
	display:none;
}
#tableDiv
{
	display:none;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	height:20vh;
}
.noPadding
{
	padding:0px !important;
}
.textClass
{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	text-align:center;
	font-size: 3.4vw;
    font-weight: bold;
	color:white;
}
#questionDiv
{
	display:none;
}
#bordImg
{
	height:77vh;
}
#characterDiv
{
	display: none;
    position: fixed;
    right: 7vw;
    top: 10vh;
}
.blink_me
{
animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
50% { opacity: 0.5; }
}
#endpage
{
	display:none;
	margin-top:5vh;
}
#message
{
    font-size: 7vw;
    font-weight: bold;
    margin-top: 5vh;
	color:black;
}