@charset "utf-8";
/* CSS Document */
.ar-debug {
	display: block;
	
	margin: 1em;
	border: 1px solid grey;
	border-spacing: none;
	padding: 1em;

	font-family: Consolas, "Courier New", Courier, monospace !important;
	font-size: 8pt;
	line-height: 10pt;
	text-align: left !important;
	vertical-align: top !important;

	color: grey;
	background: black;
}
.ar-debug * {
	border-spacing: none;
	padding: 0;
	text-align: left !important;
	vertical-align: top !important;
}
.ar-debug .ar-op {
	white-space: nowrap;
}
.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;
}
