code.file {
	background-color:	#ffc;
	border:			1px solid #dda;
	display:		block;
	font-family:		Monospace;
	font-size:		1em;
	margin-bottom:		15px;
	margin-top:		10px;
	padding:		5px;
	text-transform:		none;
	white-space:		nowrap;
}

code.line, pre, span.pre {
	background-color:	#ffc;
	border:			1px solid #dda;
	display:		inline;
	font-family:		Monospace;
	font-size:		1em;
	padding-left:		5px;
	padding-right:		5px;
	text-transform:		none;
	white-space:		nowrap;
}

code.terminal {
	background-color:	#eee;
	border:			1px solid #aaa;
	display:		block;
	margin-bottom:		15px;
	margin-top:		10px;
	padding:		5px;
	text-transform:		none;
}

code.terminal kbd:after {
	color:			#777;
	content:		"⏎";
	margin-left:		0.5em;
}

code.terminal span.userprompt {
	color:			#080;
}

code.terminal span.rootprompt {
	color:			#f00;
}

div.licol {
	display:		inline;
	float:			left;
	width:			10em;
}

div.licol:before {
	content:		'∘ ';
}

span.deb {
	color:			#cc8b11;
}

span.exec {
	color:			#0a1;
	font-style:		italic;
	text-transform:		none;
}

span.file {
	color:			#470;
	text-transform:		none;
	white-space:		nowrap;
}

span.root {
	color:			#f00;
}

span.root:after {
	content:		"⚠";
	font-size:		0.8em;
	padding-left:		3px;
	vertical-align:		top;
}

span.terminal, var, kbd {
	background-color:	#eee;
	font-family:		Monospace;
	font-style:		normal;
	padding-left:		0.5em;
	padding-right:		0.5em;
	text-transform:		none;
}

ul.table {
	list-style:		none;
}
