html { overflow: hidden; }

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

a { color: #0088cc; text-decoration: none; }
a:hover, a:focus { color: #005580; text-decoration: underline; }

/* info top */

#info-top {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 5px;
}

/* info bottom left */

#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;
}

#info h1 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
}

#info a { color: #fc0; }
#info a:hover, #info a:focus { color: #fc0; }

#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: #777 !important; }
#fpsGraph, #msGraph { display: none; }