/**************************************/
/********** DEBUGGING STYLES **********/
/**************************************/


.debug,.debugCleanString,.debugCheckInputString,.debugCheckEmail,.debugImageUpload,
.debugDb,.debugDateTime,.debugClass,.debugTrait,.debugClassloader  {
	background-color: dodgerblue;
	padding: 2px 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	font-family: arial;
	font-size: 0.8rem;
	color: white;
	margin-left: 1em;
	line-height: 1.1rem;
}
.debugCleanString {
	background-color: palegreen;
	color: black;
}
.debugCheckInputString {
	background-color: springgreen;
	color: black;
}
.debugCheckEmail {
	background-color: chartreuse;
	color: black;
}
.debugImageUpload {
	background-color: darkcyan;
}
.debugDb {
	background-color: darkorange;
}
.debugDateTime {
	background-color: #ccc;
}
.debugClass {
	background-color: lightblue;
	font-family: courier new;
	font-size: 0.9em;
	color: #333;
}
.debugTrait {
	background-color: lightskyblue;
	font-family: courier new;
	font-size: 0.9em;
	color: #333;
}
.debugClassloader {
	background-color: cornflowerblue;
}
.err, .ok, .hint {
	border-radius: 1em 0 0 1em;
	border-left: 1em solid whitesmoke;
	margin-left: 0em;
}
.err {
	border-color: red;
}
.ok {
	border-color: lime;
}
.hint {
	border-color: darkorange;
	
}
pre {
	border-radius: 10px;
	display: table;
	margin-left: 1rem;
	border-spacing: 1rem;
}