#console {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	color: #0A0;
	/* border: #666 solid 1px; */
	display: none;
	margin: 0;
	padding: 0;
	font-family: monospace;
}
#console-input {
	width: 90%;
	background: #000;
	color: #0D0;
	border: none;
	font-family: monospace;
}
#console-output {
	font-family: monospace;
}
#debug-text {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	color: #FA0;
	text-align: left;
	overflow-x: hidden;
}