/* Trivial overrides */
#min, #max, #timer_length {
	width: 5em;
}
#options label {
	font-weight: normal;
}
.error {
    border: 1px solid #f00;
}
/* Elements that aren't shown at start */
#question, #user, #score, #options_start {
	display: none;
}
/* Question section */
#question_math {
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	color: #238cdc;
	padding-bottom: 0;
}
#progress, #timer {
		padding-top: 1em;
}
#progress {
	color: #333;
	font-style: italic;
}
#timer {
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
}
/* Score/Options section */
#options div, #score div {
	margin-bottom: 0.1em;
	margin-top: 0em;
	padding-top: 0.4em;
}
#score, #options {
	padding-bottom: 1.75em;
	padding-top: 1.2em;
}
#options_title, #score_title {
	padding-bottom: 0.2em;
	margin-top: 0.2em;
	font-size: 1.2em;
	font-weight: bold;
}
#error_wrapper {
	display: none;
}