body {
	background: #111;
	color: #ccc;
}

a, a:visited {
	color: #7cc576;
}

#top_bar {
	background: #111;
	border-bottom: 1px solid #222;
	text-align: right;
	color: #999;
	padding: 10px;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 10px;
}

#ft {
	border-top: 1px solid #222;
	color: #666;
}

#logo_box {
	margin-top: 100px;
	text-align: center;
	margin-bottom: 50px;
}

#sandbox_notice {
	font-size: 12px;
	padding: 15px;
	background: #222;
	margin: 0 auto 50px;
	width: 400px;
	line-height: 1.6em;
}

#prompt {
	padding: 30px;
	background: #333;
	color: #fff;
}

#prompt #sentence {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4em;	
}

div.highlight_list div {
	line-height: 1.5em;
	font-size: 12px;
	border-bottom: 1px dotted #333;
	padding: 8px 0;
}

div.highlight_list div span {
	color: #fff000;
	font-size: 14px;
	font-weight: bold;
}

em span {
	background: #333;
	padding: 2px;
}