.ar-debug {
	display: block;

	margin: 15px;
	border: 1px solid #999999;
	padding: 15px;

	font-family: "Courier New", Courier, monospace !important;
	font-size: 12px;
	line-height: 15px;
}
.ar-debug .ar-debug {
	margin: 0px;
	border: 0px none;
	padding: 0px;
}
.ar-debug table {
	margin-left: 15px;
}
.ar-debug .ar-type {
	font-style: italic;
}
.ar-debug .ar-type.bool {
	color: olive;
}
.ar-debug .ar-type.int {
	color: navy;
}
.ar-debug .ar-type.float {
	color: blue;
}
.ar-debug .ar-type.str {
	color: green;
}
.ar-debug .ar-type.arr {
	color: teal;
}
.ar-debug .ar-type.obj {
	color: purple;
}
.ar-debug .ar-type.res {
	color: fuchsia;
}
.ar-debug .ar-type.null {
	color: maroon;
}
.ar-debug .ar-type.unknown {
	color: red;
}
.ar-debug .ar-value {
	color: black;
}
