table.overview {
	text-align:	left;
}

table.overview th {
	text-align:	left;
	vertical-align:	top;
}


pre.example {
	overflow:		auto;
        color:			#000000;
	background-color:	#eeeeee;
	border:			solid;
	border-width:		thin;
	margin-left:    	3em;
}

pre.code {
	overflow:		auto;
	padding:		1em;
	border:			solid;
	border-width:		thin;
        color:			#000000;
	background-color:	rgb(230, 230, 230);
	margin-left:    	3em;
}

span.command {
	font-family:	monospace;
}

dt {
	font-weight:	bold;
}

