body,html 
{
	height: 100%;
	margin: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
#background
{	
	
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	user-select:none;	
}
#suffixPart
{	
	
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	height: 83vh;
	user-select:none;	
	margin-left:2vw;
	margin-top:-3vh;
}

#outerDiv
{
	display:none;
}
#widgetDiv
{
	bottom:0;
	position:fixed;
}

/*
.spanclass2
{
	color:white;
	text-align: center;
	font-size: 4vw;
	cursor:pointer;
	margin-bottom:2vh;
	height:17vh;
	padding:2.5vh 0 2.5vh 0;
/*
	box-shadow:20px 20px 50px 10px #0e6573 inset;

	background-color:#0e6573;
}*/
.spanclass2
{
	color: white;
    font-size: 3.7vw;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 2vh;
    clear: both; 
    width: 15vw;
    height: 17vh;
    text-align:center;
	padding: 3.1vh 0 0 0.5vw;
	margin-left:1vw;
	background-size:cover;	
}
#gamePage
{
	display:none;
	
}
#levelDiv
{
	display:none;
/*	margin-top:21vh;*/
	position:fixed;
	bottom:10vh;
}
#coverPage
{
	bottom:0vh;
	position:fixed;
}
#ansImgDiv
{
	margin-top:2vh;
}
#suffixValue
{
	color:black;
	font-size: 6vw;	
	margin-top: 11vh;
}
#suffixCnt
{
	font-size: 4.2vw;
   
    color:black;
}
#correctDiv
{
	display:none;
	bottom:0;
	position:fixed;
	
}
.nopadding
{
	padding:0 !important;

}	
#widgetDiv
{
	position:fixed;
	right:0;
}
#endpage
{
	display:none;
}
#acknowledgementDiv 
{
	margin-top: 10%;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
#developerName
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.5vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
	font-size:2vw;
}
#ansImgDiv 
{
	position:fixed;
	bottom:0;
	right:17vw;
}
#playAgainDiv
{
	margin-top:3vh;
}
#gameOver
{
	font-size: 7vw;
    font-weight: bold;
    margin-top: 5vh;
	color:black;
}
#nextDiv
{
	position:fixed;
	bottom:0;
}
.blink_me
{
	animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
	50% { opacity: 0.5; }
}
#endpage
{
	margin-top:5vh;
}