body {
	font-family: sans-serif;
	margin: 0px;
}

label[for="navicon"] {
	display: none;

	position: absolute;
	left: 5px; top: 5px;
	z-index: 2;

	height: 25px;
	width: 25px;
	cursor: pointer;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 25 25' enable-background='new 0 0 25 25' xml:space='preserve'><rect width='25' height='5' style='fill:white'/><rect y='20' width='25' height='5' style='fill:white'/><rect y='10' width='25' height='5' style='fill:white'/></svg>");
	background-size: contain;
}

.navicon {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

#header {
	background: #4d79b5;
	padding-left: 10px;
	color: #fff;
}

#header h1 {
	position: relative;
	display: inline-block;
	padding: 8px;
	margin: 0;
	font-size: 1em;
}

#header a{
	display: block;
	color: #fff;
	text-decoration: none;
}

.warnheader {
	background: #ffe583;
	padding: 8px 8px 8px 18px;
	border-bottom: 1px solid #d5ad14;
}

#content {
	padding-left: 20px;
}

#footer {
	clear: both;
	padding: 0px 20px 16px;
	background: #fff;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #222;
}

a:hover {
	text-decoration: underline;
}

.row {
	clear: left;
	padding: 4px;
}

.row.even {
/*	background: #eeeeee; */
}

.row.odd {
/*	background: #cccccc; */
}

.row label {
	float: left;
	width: 20em;
}

.row .hostinfo {
	float: left;
}

.row .field {
	float: left;
	width: 3.4em;
}

.row .field.wide {
	width: 8em;
}

img {
	border: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin-left: 10px;
}

hr {
	height: 0;
	border: 0;
	margin-bottom: 0;
	border-top: 1px solid #000;
}

.point {
	cursor: pointer;
}

.small {
	font-size: 0.7em;
}

.warn {
	font-weight: bold;
	color: #D50100;
}

.graphs {
	overflow: hidden;
}

.graphs img {
	margin: 0 5px 12px 0;
	vertical-align: top;
}

.plugins {
	float: left;
	margin-right: 25px;
	width: 100px;
}

.plugins ul > li:first-of-type {
	display: block;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}

.selected:link, .selected:visited, .selected:active {
	font-style: italic;
	color: #4D79B5;
}

.time-range li {
	display: inline-block;
	margin-bottom: 0.3em;
}

fieldset {
	margin-top: 20px;
	padding: 0;
	border: 0;
}

legend {
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
}

.warn {
	color: darkorange;
	font-weight: normal;
	text-shadow: 0 0 1px darkorange;
}
.crit {
	color: red;
	font-weight: normal;
	text-shadow: 0 0 1px red;
}

code {
	font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
	background-color: rgba(0,0,0,0.1);
	padding: 0 0.2em;
}

.timeago {
	font-size: 0.7em;
	opacity: 0.6;
}
