.block-debug {
	padding: 0.25em;

	background-color: #feff69;
	background-color: #ffffcc;
	color: #000;

	border-style: dashed;
	border-width: 1px;
	border-color: black;
	text-align: left;
}

.debug-severity-info { color: black; }
.debug-severity-warn { color: black; }
.debug-severity-error { color: red; }

.block-debug li {
	font-family: Andale Mono, Courier New, Courier, monospace;
}

.debug-overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
.debug-overlay div {
	width: 100%;
	height: 100%;
	opacity: 0.4;
}
#debug-overlay-731x432 {
	width: 731px;
	height: 432px;
}
#debug-overlay-731x432 div {
	background-color: green;
}
#debug-overlay-955x600 {
	width: 955px;
	height: 600px;
}
#debug-overlay-955x600 div {
	background-color: green;
}

.debug-overlay span {
	background-color: white;
	color: black;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.50;
	z-index: 101;
}

