body
{
	background-color: #227;
	color: #EEE;
	font-family: "helvetica neue", helvetica, sans-serif;
	text-align: center;
}

#content {
	text-align: center;
	background-color: #EEE;
	color: #222;
	margin: 10px 100px;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid black;
}

div {
	margin: 25px 5px;
}

div#currentinfo
{
	width: 720px;
	margin: auto;
	overflow: visible;
}

div#currentinfo div:first-child {
	padding-left: 20px;
}

div#currentinfo div {
	float: left;
	padding-left: 20px;
}

div#alerts {
	width: 700px;
	margin: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid black;
	background-color: white;
	padding: 10px;
}

div#graphs, div#alerts {
	clear: left;
}

table tr td {
	border-top: 1px solid black;
}

tr>td
{
	text-align: right;
	padding: 0 10px;
	vertical-align: top;
}

tr>td:first-child { 
	text-align: left;
	font-weight: bold;
}