body {
    background: #e5dbc7;
    font-family: sans-serif;
    font-size: 12pt;
    text-align: center;
    margin: 0;
    padding: 0;
}

div.banner {
    display: inline-block;
    text-align: center;
    min-width: 600px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    background: white;
    box-shadow: 0 0 30px #002;
    padding: 0px;
    border: 0px;
    clear: both;
}

div.content {
    display: inline-block;
    text-align: left;
    min-width: 600px;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background: white;
    box-shadow: 0 0 30px #002;
    border-radius: 10px;
    padding: 20px;
    border: 2px solid #00A;
    clear: both;
}

h2 {
    color: #307;
    margin-top: 10px;
    margin-bottom: 10px;
}

table {
	border-collapse: collapse;
	margin: 5px;
}

td, th {
	border: 1px solid black;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

td {
	color: Black;
}

th {
	background: Silver;
	font-weight: bold;
}

td.booting, td.spectrometer {
	background: Blue;
	color: White;
}

td.normal, td.record {
	background: Green;
	color: White;
}

td.warning, td.copy {
	background: Yellow;
	color: Black;
}

td.error {
	background: Red;
	color: White;
}

td.shutdown {
	background: Black;
	color: White;
}

td.unknown, td.idle {
	color: White;
}

td.weather {
	background: White;
	color: Black;
}

td.clean {
	color: Black;
	border: 0px;
	width: 200px;
}
