/* 
Odd numbered answered style sheets (usually 5 answers)
*/


.quiz .box {
    float: left;
    display: inline-block;
    position: relative;
    width: 19%;
    overflow: hidden;
    margin: .5%;
}


@media only screen and (max-width : 900px) {
    .quiz .vertical .box{width: 32.3%;}
    .quiz .wrap.vertical.odd form{float: none;}  
   /* .quiz .vertical.odd .navigation{float: left; margin:5% 0; width: 32.3%; }*/

	
	.topRow .inside-content{width: 65%;}
}