body{margin:0px;padding:0px;}
#menu{color:#fff;margin-left:10px;padding:3px;background-color:grey;width:47px;text-align:center;border-radius:3px;margin-top:10px;}
#navArea{
width:96%;margin:auto;height:0px;
 
}

#butang1{float:left;width:20px;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;}
#butang1:hover{opacity:.6;}

#butang2{ float:right;width:20px;margin:auto;margin-left:10px;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;}
#butang2:hover{opacity:.6;}

#titleArea{text-align:center;font-size:30px; margin-top:17px;}


#gameArea{
width:840px;
height:370px;
margin:auto;
background-color:white;
text-align:center;
}

#structions{

clear:both;
float:none;
text-align:center;
font-size:20px;padding:20px;
}


#finalMessage{

clear:both;
float:none;
text-align:center;
font-size:20px;
}



#centerer{margin:auto;}


 #imgHolder{float:left;}

 #quizHolder{margin:auto;width:90%;

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;

}


.word{width:auto;cursor:pointer;border:1px solid white;border-radius:3px;font-size:20px;padding:5px;display:inline-block;margin-bottom:1px;}
.word:hover{border:1px solid grey;border-radius:3px;}

.correct{background-color:#26C281;color:#fff;}
.incorrect{background-color:#E74C3C;color:#fff;}



.piclabel{text-align:center;clear:both;float:none;}


#clearfoot{clear:both;float:none;width:100%;height:1px;}

#titleArea{margin-left:20px;font-size:30px;}



#fb{clear:both;float:none;text-align:center;width:90%;margin:auto;}




@media screen and (max-width:900px){
#gameArea{width:100%;}
}


@media screen and (max-width:480px){
#fb{display:none;}
 
}





@media screen and (max-width:380px){
#gameArea img{width:160px;}
#centerer{width:320px;margin:auto;}
}

