.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;
	overflow:hidden;
}
.noPadding
{
	padding : 0%;
}
#playGame
{
	 margin-top:17%;
}

.wrongClass
{
	animation: red_blinker 0.5s linear infinite;
}

.rightClass{
	animation: green_blinker 0.5s linear infinite;
}
.ui-draggable-helper{
font-size:1vw !important;
z-index:10;
}
#checkDiv{
    margin-top: 15%;
}
#sentenceDiv{
	padding: 0.5vw;
}
#splitSentencesDiv,#sentenceDiv{
    background-position: center;
    background-size: 100% 100%;
    /* height: 30%; */
    padding: 2%;
}
.storyWords{
	color: black;
	font-size:2.4vw !important;
	margin: 0px 0px 1px 0px;
	margin-left:2%;	
	word-break: break-all;
	display: -webkit-inline-box;
	display: inline-box;
}
.wordsClass
{
	color: black;
	margin-left:1%;	
    font-size:2.1vw !important;
    text-align:center;
    display:block;
}

.transperant{
	color:rgba(0,0,0,0);
	border-bottom:2px dashed black;
}

.bottomSentences{
display:block;	
font-size:2.1vw !important;
 text-align:center;
 display:block;
}

@keyframes red_blinker
{
	50% { 
	opacity: 0.7;
	background-color : red;
	}
}
@keyframes green_blinker
{
	50% { 
	opacity: 0.9;
	background-color : green;
	}
}