
div.debug div.debugHeader{
	font-size: 22pt;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

div.debug span.statusSuccess{
	font-weight: bold;
	color: #66ff66;
}
div.debug span.statusFailed{
	font-weight: bold;
	color: #ff6666;
}