body { margin: 8px }
#wrapper { position: relative; }

@media only screen and (min-width: 700px) {
	body { background-color: #ddd; }
	#wrapper {
			margin: 0 auto;
			max-width: 800px;
			background-color: #fff;
			padding: 15px;
			box-shadow: 5px 5px 5px #888;
			border-radius: 5px;
	}

	h1 { margin-top: 0 }
}

#loginForm th { text-align: right; font-weight: normal }
#loginForm input[type=text], #loginForm input[type=password] { width: 15em }

button {
	padding: 0.3em 0.8em;
	background: linear-gradient(to bottom, #F4F4F4 0%, #E5E5E5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #ccc;
	border-radius: 4px;
}

textarea { width: 100% }

.timer {
	font-size: 150%;
	font-weight: bold;
	opacity: 0.75;
	filter: alpha(opacity=90);
	background: #ffffff;
	position: absolute;
	right: 0.2em;
	top: 0;
}

.question {
	margin-bottom: 2em;
	padding-bottom: 1em;
	/*border-bottom: 2px solid lightgrey;*/
}

.question.unanswered_required .question_number {
	background-color: yellow;
}

.question .weight { position: absolute; right: 10em; font-style: italic  }
.question .responses { margin-left: 1.9em; margin-right: 1.9em; }
img, video { max-width: 100% }

.question_txt_wrapper { position: relative; }
.question_number { position: absolute; }
.question_txt { padding-left: 1.9em; }

.category_intro_txt, .question_txt_wrapper, .extra_txt, .intro_txt { margin-bottom: 1em }
.extra_txt { font-weight: bold; }

.first_question_divider {
	margin-bottom: 2em;
	padding-bottom: 1em;
	/*border-bottom: 2px solid lightgrey;*/
}

.question .responses .choice { padding-left: 39px; text-indent: -39px; }
.question .responses .text_in { width: 100% }

.progress_bar { display: inline-block; margin: 0 10px }
.test_progress_buttons.upper { margin-top: 2.5em }
.test_progress_buttons button { margin-left: 2px; margin-right: 2px }
