#trace {
	display: none;
}
#trace.active {
	display: block;
	width: 600px;
	height: 100%;
	font-size: 12px;
	font-family: Arial;
	color: black;
	position: fixed;
	top: 0;
	right: 0;
	overflow: scroll;
	border: 1px solid black;
	padding: 0;
	margin: 0;
}
#trace pre {
	color: blue;
}
#trace .thread {
	display: block;
	padding: 2px 0;
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: #ddd;
}