/*  Adventure */
/*  animation */
#game_stage { height: 120px; z-index: 0; background: url(https://media1.shmoop.com/images/game/animation_stage.png); position: relative;}
#animation_1 { height: 100px; width: 175px; position: absolute; top: 11px; left: 70px; }
#animation_2 { width: 225px; height: 100px; position: absolute; top: 9px; left: 340px; }
#animation_3 { width: 351px; height: 100px; position: absolute; top: 11px; left: 632px; }
 
div#module_content.sub_module.game { border-left: 1px solid rgba(120, 0,0, 0.3); border-bottom: 1px solid rgba(120, 0,0, 0.6); border-right:1px solid rgba(120, 0,0, 0.3); position: relative; padding-top: 120px; background-color: #fff0c9; }
#adventure_start_button { position: absolute; top: 16px; right: 20px; }
div#module_content.sub_module.game #right_function_table, div#module_content.sub_module.game #left_nav_ad { position: relative; z-index: 1; }
div#module_content.sub_module.game #module_column_fill_right { margin-left: 175px; }
#adventure_content { padding: 15px; position: relative; z-index: 1; margin-bottom: 0; }
.adventure_text { padding-right: 10px; font-size: 14px; }
#adventure_content, div.adventure_choice_box, #game_advice { background-color: #fff7ef; border: 1px solid #856e32; }
#adventure_content p { }
div.adventure_choice_box { border-style: solid; border-width: 1px; border-top-color: #ccc; border-right-color: #aaa; border-left-color: #aaa; border-bottom-color: #666; }
ul#adventure_choices { list-style-type: none; padding-left: 0; margin: 6px 6px 0; position: relative; }
ul#adventure_choices li { margin-bottom: 5px; border: 1px solid #a4a4a4; background-color: #f8f8f8; padding: 8px 10px; font-size: 14px; font-weight: bold; cursor: pointer; }
ul#adventure_choices li:hover { background-color: #e0ecff; border: 1px solid #727272; }
ul#adventure_choices li.bad_choice, ul#adventure_choices li.bad_choice:hover { background-color: #fb9b83; border: 1px solid #9f361c; }
ul#adventure_choices li.good_choice, ul#adventure_choices li.good_choice:hover { background-color: #b5f4b5; border: 1px solid #149714; }
#choices_overlay { position: absolute; top: 0; right: 15px; left: 15px; border-top: 1px solid #ccc; border-left: 1px solid #aaa; border-right: 1px solid #aaa; border-bottom: 1px solid #999; }
#choices_overlay_background { background-color: white; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; opacity: 0.9; }
#choices_overlay_content { position: relative; vertical-align: middle; text-align: center; font-size: 18px; padding: 15px; z-index: 1; }
#choices_overlay_button { position: absolute; height: 30px; width: 30px; background-image: url('https://media1.shmoop.com/images/sprites/static_sprites.png'); right: 2px; top: 2px; cursor: pointer; z-index: 2; }
#choices_overlay_button.bad { background-position: -520px -240px; }
#choices_overlay_button.good { background-position: -550px -240px; }
#game_popup_image { text-align: center; }
#game_popup_text { font-size: 16px; line-height: 18px; padding-left: 25px; padding-right: 25px; }
.game_popup_content { max-height: 500px; overflow: auto; }
#adventure_content div.column.last h3 { text-transform: uppercase; text-align: center; }
#game_advice { padding: 15px 15px 0; margin-bottom: 10px; }
#game_advice .column { font-size: 14px; }
div#startoverbutton { padding-left: 173px; }

#game_start_button{color: white;}
