#debug {
	border-top: 2px solid black;
	padding: 8px 4px;
	background-color: #411;
	color: #ee4;
	font-size: 0.7em;
	text-align: left;
}
#debug h1 {
	background: none;
	padding: 0;
	color: #ee4;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

#debug-nw {
	background: rgba(64,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	color: #bcf;
	font: 9pt sans-serif;
	padding: 4px;
	border: 1px black solid;
}

#debug-sw {
	background: rgba(64,0,0,0.5);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	color: #bcf;
	font: 9pt sans-serif;
	padding: 4px;
	border: 1px black solid;
}
