#quiz_container {  }

#header {
    display: none;
}

#score_graph {
    height: 18px;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

#progress_container {
    height: 18px;
    width: 594px;
    border: 1px solid #ccc;
    float: left;
    padding: 2px;
}

#progress {
    height: 18px;
    width: 0px;
    background-color: #0099FF;
    font-size: 1px;
    display: block;
}

#min {
    font-size: 12px;
    width: 45px;
    float: left;
    padding-top: 2px;
}

#max {
    font-size: 12px;
    width: 45px;
    float: right;
    padding-top: 2px;
    padding-left: 3px;
}

#questions {
    clear: both;
}

#questions ol {
    list-style-position: inside;
}

#questions li {
    line-height: 1.8em;
}

.question, #submit_button { width: 430px; display: none; }

#question1 {
    display: block;
}

#badge_sidebar {
    padding-left: 25px;
    float: left;
}

#results {
    font-size: 3em;
    font-family: Georgia, Times New Roman, serif;
    text-align: center;
    padding: .5em 0;
    text-align: center;
    border: 1px solid #ccc;
}

#share {
    margin-top: 1em;
}

#code {
    float: left;
    padding-left: 2em;
}



#quiz_container {  }

#title span { display: none; }

#quiz_container a { color: #990000; }

#questions { width: 100%; margin-top: 0; }

#questions .mute { display: none; }

#questions ol { padding-top: 0; }

#questions p { margin-bottom: 0; }

#score_graph {
  
}

#progress_container { visibility: hidden; border: solid 1px #efefef; }

#progress_container, #progress { height: 10px; } 

#progress { background-color: #cb0; }

.finished { 
  height: 400px !important; 
  margin-left: 0 !important;
}
.cursor { 
  cursor: pointer;
  text-decoration: underline;
}
.answer { margin-right: 10px; }
.radiofield { color: white; font-size: 1em; margin-bottom: 10px; }
.radiofield input { display: block; }
.radiofield label { margin-bottom: 10px; margin-left: 30px; display: block; }
.radiowrap { float: left; }
.resultsbadge { width: 272px; margin-right: auto; margin-left: auto; }
.codebox { clear: both; padding-left: 30px; }
.codebox p { color: white; font-size: 11px; margin-top: 5px; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }
.codebox a { color: white; text-decoration: underline; }
.codebox a:hover { color: white; text-decoration: none; }
#quizcontent { padding-left: 20px; }
#resultscontent { }
.hiddenDiv { visibility: hidden; display: none; }
#badge { background-image: url(../images/badges/manA.jpg); background-repeat: no-repeat; background-attachment: scroll; width: 250px; height: 200px; }
.widgetresultfloatright { margin-right:60px; margin-top:20px; float: right; display: inline;}
.widgetresultfloatright a {color: white; }
.widgetresultfloatright a:hover, a:visited {colour: white }