div#debug {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.9);
	color: #ffffff;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
}

div#debug div.window {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.5);
	height: 400px;
	left: 50%;
	margin-left: -316px;
	margin-top: -216px;
	padding: 16px;
	position: absolute;
	top: 50%;
	width: 600px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div#debug h1 {
	color: #a2530d;
}

div#debug div.output {
	font-family: courier, fixed;
	border: 1px solid #ffffff;
	height: 234px;
	overflow: auto;
	white-space: pre;
	padding: 4px;
}

div#debug div.chooser {
	-webkit-transform: translate(0px, 0px);
}

div#debug div.chooser a.item {
	background-color: rgba(0, 0, 0, 0.1);
	color: #ffffff;
}

div#debug div.chooser a.item:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
