.DebugVariableTypeRow{
	background-color: Orange;
	font-size: 12px;
	font-weight: bold;
	color: Navy;
}

.DebugVariableNameCell{
	background-color: Navy;
	font-size: 10px;
	font-weight: bold;
	color: White;
}

.DebugVariableValueCell{
	background-color: Silver;
	font-size: 10px;
	font-weight: bold;
}
