div.onlineTestSummary {
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #3C3C3C;
	padding: 2px;
	width: 150px;
}

th.onlineTestSummary {
	padding-right: 5px;
}

td.onlineTestSummary {
	padding-right: 15px;
}

div.question {
	padding: 10px 10px 10px 10px;
	background-color: 3C3C3C;
}

table.question {
  width: 930px;
}

pre.question{
	 width: 100%
}

div.question_image {
	padding: 10px 10px 10px 10px;
	padding-left: 10px;
	background-color: 3C3C3C;
}

div.answers {
	padding: 10px 10px 10px 10px;
	background-color: 3C3C3C;
}

textarea.large {
	width: 928px;
	background-color: white;
	border: 0;
}

td.questionNumber {
  width:15px;
}

textarea.improve {
  width: 905px;
  background-color: white;
  border: 0;
} 
