/* debug console */

.debug-console {

	position:fixed;

	bottom:5px;

	right:5px;

	height:15%;

	width:45%;

	background: white;

	border:1px solid black;

	overflow:auto;

	z-index:999999;

}