/* CSS Document */

ol li { list-style-type: lower-alpha; padding: .25em 0; }
ol.numbered li { list-style-type: decimal; }

.tip {padding: 5px; border: 1px dotted green; margin: 10px; background-color: #FFE; }
.tip_title { color: green; font-style: italic; font-weight: bold; }

.error { font-weight: bold; color: #CC0000; }

.correct_answer { background-color: #AFA; padding: 2px; margin: 0 10px; border: 2px solid #AFA; }
.recommendations { background-color: #FAA; padding: 2px; margin: 0 10px; border: 2px solid #FAA; }
.neutral_answer { background-color: #eee; padding: 2px;  margin: 0 10px; border: 2px solid #eee; }
.no_answer { font-weight: bold; background-color: #FF7; ; padding: 2px;  margin: 0 10px; border: 2px solid #FF7; }
.stats { text-align: center; vertical-align: middle; font-size: 14px; font-weight: bold; }

.question_title { font-weight: bold; border-bottom: 1px dotted black; padding-bottom: 0; margin-bottom: 5px; margin-top: 10px;}

a.white { text-decoration: none; color: #FFF; }
a:hover.white { text-decoration: none; color: #EEE; }

.thinkearth { color: green; font-style: italic; font-weight: bold; }

.required {color: #009900; }