#debug {
	margin: 5px;
	padding: 5px;

	width: 970px;

	font: normal 12px "Trebuchet MS", arial, sans-serif;
	
	overflow: auto;
	border: 1px #c00 dotted;
}

#debug div.log_item {
	margin: 4px 2px;
	border: 1px #ccc solid;
	background: #f4f4f4;
}

#debug div.log_item div.title {
	float: left;
	font-size: 10pt;
	font-weight: bold;
}

#debug div.log_item div.content {
	clear: both;
	border-top: 1px #ddd solid;
}

#debug div.log_item div.call_from {
	float: right;
	font-size: 7pt;
	color: #800;
}
