body {
	overflow: hidden;
	padding: 0;
	margin: 0;

	color: #222;
	background-color: #bbb;
	font-family: arial;
}

#inlineDoc {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 10px;
}

#controls {
	position: absolute;
	top: 30px;
	left: 30px;
	background: #ccc;
	border: 1px solid #777;
	border-radius: 4px;
	padding: 10px;
}

#controls a {
	margin-top: 10px;
}

#controls h5 {
	margin: 0;
}

#info { text-align: left; color: #fff; position: absolute; width: 240px; padding: 15px; background: rgba(0,0,0,0.2); bottom: 50px; left: 10px; display: none; line-height: 1; font-size: 12px; }
#info h1 { margin: 0 0 10px; font-size: 20px; font-weight: bold; }
#info a { color: #fc0; text-decoration: none; }
#info-icon { position: absolute; left: 10px; bottom: 10px; background: rgba(0,0,0,0.3); width: 30px; height: 30px; font-weight: bold; text-align: center; line-height: 30px; color: #fff; font-family: monospace; font-size: 16px; }
#info-icon:hover { cursor: pointer; background: rgba(0,0,0,0.4); }

/* stats */
#fps, #ms { background: transparent !important; }
#fpsText, #msText { color: #333 !important; }
#fpsGraph, #msGraph { display: none; }