.is-debug-bracket,
.is-debug-prefix,
.is-debug-key,
.is-debug-label,
.is-debug-value,
.is-debug-equals-sign,
.is-debug-message
{
	background-color: white ;
	font-family: my-new-regular-font, sans-serif;
	font-size: 14px;
}
.is-debug-bracket,
.is-debug-prefix,
.is-debug-key
{
	color: darkgoldenrod;
}
.is-debug-label
{
	color: darkslategrey;
	font-family: my-new-bold-font, sans-serif;
}
.is-debug-value
{
	color: cornflowerblue;
}
.is-debug-equals-sign
{
	color: darkseagreen;
}
.is-debug-message
{
	color: brown;
	font-family: my-new-bold-font, sans-serif;
}
.is-debug-message:before
{
	content: '-------------- ';
}
.is-debug-message:after
{
	content: ' --------------';
}
