/*contains the entire quiz including animation */
.module_quiz { width: 750px; overflow: hidden; }
.quiz_animations { position:fixed; width: 162px; height: 330px; text-align: center; padding: 5px 0px 5px 5px; margin-right: 6px ; background: url(https://media1.shmoop.com/images/quiz/quiz_sprites.png) no-repeat 0px -150px; }
.module_quiz_background { float: left; width: 150px; }

 /*contains only the quiz, not the animation */
.module_quiz_questions { float: right; width: 590px; }

/*blank space to facilitate page formatting*/
.module_quiz_bottom_push { height:190px; margin-left:200px; }
.module_quiz_question_title { margin: 5px 0px -15px 0px; *margin: 0; font-weight: bold; width:100%; }
.module_quiz_question_choice { margin: 0px 20px; padding: 4px 0px 4px 25px; width:80%; background: url(https://media1.shmoop.com/images/quiz/quiz_sprites.png) no-repeat -230px -400px; cursor:pointer; border-bottom: 1px dotted silver; }
.module_quiz_question { margin: 5px auto 5px auto; background-color: #f9f9f9; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; padding: 10px; }
.module_quiz_question_feedback { font-weight: bold; font-style: italic; font-size: 14px; margin-top:10px; height:20px; }
