#inet_debug {
	position: fixed;
	bottom: 0;
	left: 20px;
	right: 20px;
	top: 50%;
	padding: 20px;
	background: rgba(255,255,255,.8);
	border: #999 solid 3px;
	border-bottom: none;
	z-index: 10000;
	box-shadow: 0 0 15px #999;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#inet_debug > div {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	left: 20px;
	bottom: 0;
	border: #999 solid 1px;
	padding: 10px;
	overflow-y: scroll;
}

#inet_debug pre {
	margin-left: 50px;
}
