/* CSS Document */

.debugStatus
{
	background: #f00;
	color: #fff;
	display: none;
}

div.debugStatus
{
	padding: 10px;
	font-size: 24px;
	font-family: "Courier New", Courier, monospace;
}
