#quiz_container {
  background: url(/q/img/cannibal_lunch/header.jpg) no-repeat 0 25px;
  padding-left: 365px;
  height: 325px;
  padding-top: 205px;
  position: relative;
  margin-left: 80px;
}

#title span { display: none; }

#quiz_container a { color: #990000; }

#questions { 
  margin-top: 0; 
}

#questions .mute { display: none; }

#questions ol { padding-top: 0; }

#questions p { margin-bottom: 0; }

#score_graph {
  position: absolute;
  bottom: 0;
  left: 2px;
}

#progress_container {  border: 1px solid #efefef;   }

#progress_container, #progress { height: 10px; } 

#progress { background-color: #990000; }

.finished { 
  height: auto !important; 
  margin-left: 0 !important;
}


