html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}	
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
.cell
{
	background-color:white;
	border-radius:2vw;
	border:1px solid black;
	height:17vh;
	font-size:3.5vw;
	font-weight:bold;
	padding:2vw;
}
#buttonDiv
{
	margin-top:26vh;
}
.nopadding
{
	padding:0!important;
}
.imgcls
{
	border-radius:2vw;
	
}
#gamePage
{
	margin-top:-2vh;
}
#OuterDiv
{
	margin-top:-1vh;
	z-index:100;
}
#homeImage
{
	visibility:hidden;
}
#logoImage
{
}
#playButton
{
	padding:0px;
}
#homeButton
{
	padding:0px;
}
#soundDiv
{
	margin-top: 72vh;	
}
#scoreText
{
	font-size:2.5vw;
	font-weight:bold;
	margin-top: 1vh;
}
#clockDiv
{
	visibility:hidden;
	margin-top:-1vh;
}
#timerSpan,#secondsSpan
{
	font-size:4vw;
	font-weight:bold;	
}

.highlight
{
	color:green;	
}
.greenColor
{
	color:green;
}
.redColor
{
	color:red;
}
.blink_me 
{
	    animation: blinker 1s linear infinite;
}
@keyframes blinker 
{
	50% {
	        opacity: 0.5;
	    }
}

#rabbitDiv
{
	bottom: 0;
    position: fixed;
}
.pointerClass
{

}
#textId
{
	font-size: 4vw;
}