table.debug tr td {
	font-size: 11px;
	border: 1px solid black;
	background-color: #ffff00;
	padding: 3px;
}

table.debug {
	background-color: #ffffff;
}

table.debug tr td.dbg_field {
	font-weight: bold;
	background-color: #ff0000;
	color: #ffff00;
	width: 0%;
	white-space: nowrap;
}

table.debug tr td.dbg_value {
	width: 100%;
}

table.debug tr td.dbg_content {
	background-color: transparent;
}

table.debug tr td.dbg_comment {
	font-weight: bold;
}
