/* (c) 2019-2022 by ORCUS (R) GmbH
 * https://www.orcus.de/org_impressum.htm
 * OXS-V007.01 #03 - 2019-10-15
 */
.flav
{
	width:100px;
}
.dec
{
	font-family:monospace;
	font-size:12pt;
	text-align:right;
}
.fr /* free heading */
{
	color:green;
	font-family:sans-serif;
	text-align:center;
}
.us /* used heading */
{
	color:brown;
	font-family:sans-serif;
	font-weight:bold;
	text-align:center;
}
.fdec	/* free decimal */
{
	color:green;
	font-family:monospace;
	font-size:12pt;
	font-weight:bold;
	text-align:right;
}
.udec	/* used decimal */
{
	color:brown;
	font-family:monospace;
	font-size:12pt;
	font-weight:bold;
	text-align:right;
}
.clbl
{
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	white-space: nowrap;
	width:120px;
}
.cdes
{
	width:100%;
}
th
{
	font-family:sans-serif;
	text-align:left;
	border:1px solid;
}
tr:nth-child(even) {background: #EEE;}
tr:nth-child(odd) {background: #FFF;}

pre
{
	color:white;
	background: black;
}

.debian  {background: #FF99CC}
.ubuntu  {background: #FFCC99}
