/* ...htdocs/ncvp/tg100/style.css */

table.l-out {
/*	width:400px;  */
}

table.l-out {
	border-collapse:collapse; 
	font-size:small;
}

table.l-out td {
/*	border:blue solid 1px; */
	border: none;
	border-bottom: gray solid 1px;
	padding:5px 20px 5px 0;				/* 0 20 0 0 when border hidden, 0 20 otherwise */
}

tr.col-hdr td {
	border-bottom:black solid 1px; 
	font-style:italic;
	font-weight:bold; 
}

td.r-aln {
	text-align:right;
}

/* Command line commands */
span.cmd {
	background-color:#000; 
	font-family:Monaco, monospace; 
	color:#fff; 
	border-radius: 3px;
	white-space:nowrap; 
}

/* TG100 LCD display */
span.lcd {
	background-color:#88f; 
	font-family:Monaco, monospace; 
	border-radius: 3px;
	white-space:nowrap; 
}

pre {
	background-color:#ddd; 
	font-size:small; 
	font:monospace; 
	line-height:normal; 
	padding:0;
	margin:0;
}
