@import url("http://media.onexamination.com/css/www/question-v1.css");

/* OVRERIDE FIXES */

.descriptiveTitle, .optionChoices{margin-bottom: 0;}
.questionInstruction{margin-bottom: 0;}
.inlineScore{font-size: 1.2em;}

.displayQuestion table{font-size: 1.2em;}

.questionOptions{font-size: 1.0em;}

.questionControls{margin-top: 1.0em;}

.buttonLine{display:inline;}

/* MISSING CLASSES */

.textBox{border: solid 1px #D9D9D9; padding: 3px; width: 300px;}
.textBoxHighlight{border: solid 2px #F7D432; padding: 2px; width: 300px;}

.dropDownList{border: solid 1px #D9D9D9; padding: 3px;}
.dropDownListHighlight{border: solid 2px #F7D432; padding: 2px;}


.textArea{border: solid 1px #D9D9D9; height: 120px; padding: 3px; width: 400px;}
.textAreaHighlight{border: solid 2px #F7D432; height: 120px; padding: 2px; width: 400px;}

.error{color: red; display: block; font-size: 1.2em; margin: 10px 0;}
.error a{color: red;}





.markTrue, .markFalse, .markWrong{color: #096;}
.markFalse{color: #F00;}
.textNotSelected{color: #999;}

.questionOptions td.text span{margin-right: 10px;}
.markTrue img, .markFalse img, .markWrong img{margin-right: 5px;}

.inlineComment{background: #FFF;}

.questionControls{height: 44px !important;}

