
body {
	background-color: #fff;
	margin-top: 200px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #666;
}

form#question select {
	padding: 5px 2px 5px 10px;
	border: 1px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #666;
}

#status {
	margin-top: 50px;
	font-weight: bold;
	font-size: 65px;
	color: #000;
}

#status span {
	font-size: 15px;
	color: #ccc;
}

#status.victory {
	color: #51ff00;
}

#status.almost {
	color: #ff0;
}

#more {
	margin-top: 160px;
	line-height: 180%;
	font-size: 10px;
	color: #ccc;
}

#more a {
	color: #ccc;
}
