body {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #c86a27;
	background-color: #3c1300;
}

p.question {
	color: #ffffff;
	line-height: 1.5rem;
}

table.question {
	width: inherit;
}

table.question td {
	color: #ffffff;
}

table.self td {
	vertical-align: top;
	color: #ffffff;
	padding: 15px 10px 10px 10px;
	width: 120px;
}

table.self td.left {
	font-size: 11px;
	line-height: 12px;
	text-align: right;
}

span.answer_stars {
	font-size: 25px;
	line-height: 12px;
}

button.answer {
	width: 100px;
	height: 70px;
	font-size: 11px;
	line-height: 12px;
	padding: 8px 0px 3px 0px;
	margin-bottom: 0px;
}

div.results, button.start {
	max-width: 800px;
}