* {
	margin: 0;
	padding: 0;
}
html, body {
	background: #EEE;
	font-family: arial, verdana;
}
body {
	padding-top: 1.0em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, table, .trr, .tdd {
	height: 100%
}
table {
	table-layout: fixed;
	width: 100%;
}
.tdd {
	width: 33%;
	padding: 3px 4px;
	border: 2px solid #CCCCCC;
	border-radius: 4px;
	vertical-align: top;
	font: 1em monospace;
	text-align: left;
	white-space: pre-wrap;


}
h1 {
	display: inline;
	font-size: 100%;
}


.source {
	position: absolute;
	right: 1%;
	top: .2em;
}

.st {
	background: #FFF;
	
	border-color: #CCCCCC;
	
	
	border: none;
	overflow: auto;
	font: 12px arial, verdana;
}
.st:focus {
	background: #FFF;
	border-color: #6699cc;
	box-shadow: 0 0 4px #2175c9;
}

@-moz-document url-prefix() {
	body {
		height: 99%; /* Hide scroll bar in Firefox */
	}
}
