.question{
	 
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;;
	margin-left:10px;
	border-radius:3px;
	font-size:23px;
	height:45px;
}

.blanks{ ;background-color:#CCC;font-size:15px;}
.currentblanks{ border:1px solid #CCC;color:#000;font-size:15px;}


#pix{width:250px;height:250px;float:right;margin-right:15px;margin-top:15px;}

 



 

.option{text-align:center;width:250px;padding:10px;
border-radius:8px;font-size:17px;
background-color:#ececec;margin-top:20px;
cursor:pointer;float:left;margin-left:10px;}

.option:hover{background-color:#2574A9;color:#efefef;}

 

#feedback1{float:right;position:relative;}
#feedback1 img{width:30px;position:absolute;right:0px;top:-3px;}


#quiz{margin:2%;margin-top:40px;width:94%;height:335px; border-radius:1px;position:relative;}
 

#nextButton{width:100px;margin:auto;text-align:center;background-color:#5C97BF;height:24px;padding:5px;font-size:18px;color:#fff;font-family:Verdana, Geneva, sans-serif;cursor:pointer;border-radius:5px;position:absolute;bottom:20px;left:20px;
 -moz-user-select     : none;
 -khtml-user-select   : none;
 -webkit-user-select  : none;
 -o-user-select       : none;
 user-select          : none;
 }
 
 
#nextButton:hover{opacity:.6;}

.text1{width:100%;text-align:center;font-size:36px;padding-top:60px;}



@media screen and (max-width:815px) {
 .question{	font-size:20px;height:60px;}

}


@media screen and (max-width:720px) {
	 
}


@media screen and (max-width:590px) {
 #quiz{height:460px;border: none; margin-top:5px;}
 #pix{width:180px;height:180px;float:none;margin:auto;margin-top:0px;}
 #pix img{width:100%;height:100%;}
.question{width:90%;margin:auto;text-align:center; }
.option{margin:auto;margin-top:3px;float:none;}
 
#nextButton{width:100px;margin:auto;text-align:center;right:20px;bottom:22px; }
}

@media screen and (max-width:425px) {
	.question{font-size:16px;}
	.option{font-size:16px;height:28px;margin-bottom:10px;}
	.answeredOption{font-size:16px;}
	.question{margin:auto;height:40px;}
 
	#nextButton{bottom:22px;}
}