#evaluator_loginForm label { display: block; width: 100px; float: left; margin-bottom: 10px; }
#evaluator_loginForm input { display: block; width: 300px; float: left; margin-bottom: 10px; }
#evaluator_loginForm input.button { width: auto; float: none; }
#evaluator_loginForm br { clear: both; }
#evaluator_loginForm { width: 410px; }

.pending, .pending:hover { color: #FFA548 !important; }
.inprogress, .inprogress:hover { color: red !important; }
.done, .done:hover { color: green !important; }

.error { color: red; }
.red { color: red !important; }

.presentername, .objectiveds { font-weight: bold; color:#003D99; }
.questionblock { margin-bottom: 10px; }
.presenterblock, .objectiveblock { margin-bottom: 15px; }
.presenterblock { float: left; width: 275px; }
h3 { clear: both; }
textarea { width: 400px; height: 75px; }
.evaluationblock { margin-top: 20px; }
.question { font-weight: bold; }
.datetime { font-weight: bold; }
.correct { color: green; }
