/* 	test_system.css
	Stylesheet for the level test system
	For Galimatias by Jonathan Rhodes
	0.1 - March 2010
*/

/* Layout */
#page_head,
#break_bar {
	width: 80%;
	margin: 0 auto;
	border: 0px;
}
#content_main {
	width: 70%;
	margin: 0 auto;
	border: 0px;
}
.test_question,
.test_instructions {
	width: 80%;
	margin: 0 auto;
	border: 0px;
	padding-bottom: 1em;
}
.test_question img {
	max-width: 500px;
	max-height: 300px;
}
#break {
	height: 35px;
}
#page_head img {
	border: 0px;
	text-decoration: none;
}
#content_main {
	padding: 2em 5% 2em 5%;
}
.question_no {
	width: 5%;
	text-align: center;
}
.question_text,
.answer_text {
	width: 95%;
	text-align: left;
}
.answer_text {
    padding-bottom: 2em;
}
.answer_text p {
	margin: 3px 0 3px 1em;
}
.question_no,
.question_text {
	vertical-align: top;
}
.answer_text input {
	margin-right: 20px;
}
h1 {
	margin: 0;
}
#page_head p {
	float: right;
	margin: 5em 1em 0 0;
}
table img {
	margin: 0 1em 0 1em;
}
.open_q_long {
	width: 75%;
	height: 5em;
}
.open_q_x_long {
	width: 75%;
	height: 9em;
}

.correct_answer {
	color: green;
	font-weight: bold;
}
.incorrect_answer {
	color: red;
	font-weight: bold;
}
.not_answered {
	border: thick solid red;
}
.points {
	margin-left: 2em;
}