#debug {
	position: absolute;
	top: 0.5em;
	left: 52em;
	border: 1px solid green;
	padding: 1px;
	width: 25em;
}

#debug-inner {
	max-height: 35em;
	overflow: scroll;
	background-color: white;
}

#debug-link {
	font-size: 12px;
	text-align: right;
	background-color: #eeeeee;
}
