* html{
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}
* body{
	padding: 0 !important;
	margin: 0 !important;
	height: 100%;
	overflow: auto;
}
#meioconsole__{
	border-top: 2px solid #000;
	position: fixed;
	_position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: #fff;
	overflow-y: auto;
	z-index: 9000;
	font-size: 10px;
	font-family: monaco, "Trebuchet MS", Arial;
}
#meioconsole__ p{
	padding: 2px 5px;
	border-bottom: 1px solid #000;
}
#meioconsole__ .counter{
	background: gray;
	color: #fff;
	margin-right: 4px;
	padding: 1px 4px;
	font-weight: 900;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 9px;
}
#meioconsole__ .arg{
	font-weight: 900;
}
#meioconsole__ .string{
	color: red;
}
#meioconsole__ .number{
	color: blue;
}
#meioconsole__ .array{
	color: green;
}