@import url(reset.css);

body {
	font: 0.75em/1.35 Arial, Helvetica, sans-serif;
	color: #222;
	margin: 1em;
}

p { margin-bottom: 0.6em; }

h1 {
	font: 3em/1.2 Cambria, Georgia, "Times New Roman", serif;
	margin-bottom: 0.3em;
}
h2 {
	font: 2em/1.2 Cambria, Georgia, "Times New Roman", serif;
	color: #D00;
	margin-bottom: 0.2em;
}
h3 {
	font: 1.4em/1.3 Cambria, Georgia, "Times New Roman", serif;
	margin-bottom: 0.4em;
}

#stackTrace, #lastRequest, #lastResponse {
	white-space: pre;
	background: #FAFAFA;
	border: 1px solid #BBB;
	padding: 0.4em 0.5em;
	font: 0.9em Consolas, "Courier New", Courier, monospace;
	margin-bottom: 1em;
	overflow-x: auto;
}

dl dt { font-weight: bold; float: left; clear: left; margin-right: 0.6em; }
dl dd { }
