@charset "utf-8";

table.terpRef th {
	background: black;
	color: white;
}
table.terpRef td {
	font-size: small;
	padding-left: 0.25em;
	padding-right:0.25em;
	border: thin solid black;
}
.cli {
	background: #111111;
	font-family:"Courier New", Courier, monospace;
	font-size: small;
	border: 1px solid #CCCCCC;
	color: white;
	margin-left:40px;
	margin-bottom:0.2em;
}
pre .tag {
	color: yellow;
}
.terp {
	font-family:"Courier New", Courier, monospace;
}
.terpInline {
	background: #DDFFFF;
	font:"Courier New", Courier, monospace;
	border: 1px solid #CCCCCC;
}
.terpSnippet {
	background: #DDFFFF;
	font:"Courier New", Courier, monospace;
	border: 1px solid #CCCCCC;
	padding: 1em;
	margin-left:40px;
	margin-bottom:0.2em;
}
.terpSnippet .key {
	font-weight: bold;
	color: #00F;
}
.yellow {
	color: #FF0;
}
