.debug {
	position: absolute;
	z-index: 0;
	top: 120px;
	right: 50px;
	width: 600px;
	height: 400px;
	overflow: auto;
	
	border: 5px solid #66c;
	padding: 5px;
	margin: 5px 0;
	font-size: 9pt;
	/*font-family: Courier;*/
}
.debug .title {
	text-align: center;
	margin: 5px 0 10px;
}