﻿#divDebugInterface {
	display:none;
}

.DebugPanel {
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:100;
	display:none;
}

.DebugPanel_Container {
	border:1px solid black;
	background-color:#cccccc;
	font-family:Courier Monospace;
	padding:3px;
}

.DebugPanel_Title {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dotted black;
}

.DebugPanel_Message {
	font-size:10px;
}