
div#wrap_debug {
	background-color: rgba(51, 45, 47, .9);
	position: absolute;
	top: 88px;
	right: 33.3333%;
	right: 22px;
	bottom: 88px;
	left: 33.3333%;
	left: 22px;
	color: green;
	font-family: monospace;
	-webkit-transition: .5s;
}
div#wrap_debug.left {
	right: 50%;
}
div#wrap_debug.right {
	left: 50%;
}
div#wrap_debug article {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 44px;
	left: 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 1.4em;
	color: #EF5D32;
	white-space: pre-wrap;
}
div#wrap_debug article span{
	color: white;
}

div#wrap_debug form {
	position: absolute;
	right: 50px;
	bottom: 0;
	left: 0;
	height: 44px;
	-webkit-overflow-scrolling: touch;
}
div#wrap_debug form input {
	background: transparent;
	position: absolute;
	bottom: 0;
	left: 0; 
	right: 50px;
	top: 0;
	height: 44px;
	width: 100%;
	display: block;
	font-family: monospace;
	color: #D9D762;
	color: #22FF04;
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
	line-height: 1.4em;
	border: none;
	outline: none;
}

div#wrap_debug form button {
	display: block;
	position: absolute;
	left: 100%;
	background: #0099cc;
	color: white;
	border: none;
	outline: none;
	top: -2px;
	width: 50px;
	font-size: 20px;
	padding: 11px 0;
	text-align: center;
	line-height: 22px;
	opacity: .7;
}

div#wrap_debug nav {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
}
div#wrap_debug nav a{
	height: 44px;
	display: inline-block;
	width: 44px;
	color: #999;
}
div#wrap_debug nav a.active{
	color: white;
}
div#wrap_debug nav a i{
	position: relative;
	left: 10px;
	top: 10px;
	font-size: 25px;
}