.debug-output {
	border: 2px solid red;
	padding: 4px;
}
.debug-heading {
	font-weight: bold;
	font-family: monospace;
}
.debug-message {
	border: 2px solid #005295;
	border-left-width: 6px;
	padding: 4px;
}
.debug-message-heading {
	font-weight: bold;
	font-size: 1.2rem;
}