a, a:hover, a:visited {
	color: inherit;
	text-decoration: none;
	outline: none;
}
html, body {
	margin: 0;
	padding: 0;
	background: #151D1F;
	color: #fff;
}
html, body, td {
	font-size: 12px;
	font-family: monospace;
	-webkit-font-smoothing: antialiased;
}
body {
	padding: 10px;
}
h1 {
	color: #5C6767;
	font-size: 12px;
	font-family: Helvetica, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 7px;
	margin: 0;
	border: 1px solid #000;
}
h1 img {
	vertical-align: middle;
	margin: -3px 2px 0 0;
	opacity: 0.3;
}
h2 {
	font-size: 22px;
	font-family: Helvetica, arial, sans-serif;
	font-weight: bold;
	padding: 5px 15px;
	margin: 0;
	background: #252D2F;
	background: -webkit-linear-gradient(#252D2F, #242C2F);
	background: -o-linear-gradient(#252D2F, #242C2F);
	background: -moz-linear-gradient(#252D2F, #242C2F);
	background: linear-gradient(#252D2F, #242C2F);
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
td {
	color: #222;
	padding: 2px;
	border-color: #DEE2E2;
}
th {
	background: #f2f2f2;
}
tr:nth-child(2n) td {
	background: #f6f8f8;
}
tr:nth-child(2n+1) td {
	background: #ffffff;
}
tr:nth-child(2n) td.empty {
	background: #F1F1F1;
}
tr:nth-child(2n+1) td.empty {
	background: #ECECEC;
}
tr td[rowspan] {
	border-color: #111;
	color: #fff;
	padding: 10px;
	text-align: center;
	width: 150px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
td.field {
	border-left: #111;
	text-align: right;
	padding-right: 5px;
}
tr.reqhook td[rowspan],
tr.reshook td[rowspan] {
	background: #455558;
}
tr.cache-get td[rowspan] {
	background: #7F70A9;
	background: -webkit-linear-gradient(#7F70A9, #665C84);
	background: -o-linear-gradient(#7F70A9, #665C84);
	background: -moz-linear-gradient(#7F70A9, #665C84);
	background: linear-gradient(#7F70A9, #665C84);
}
tr.cache-set td[rowspan] {
	background: #756E88;
	background: -webkit-linear-gradient(#756E88, #686377);
	background: -o-linear-gradient(#756E88, #686377);
	background: -moz-linear-gradient(#756E88, #686377);
	background: linear-gradient(#756E88, #686377);
}
tr.provider td[rowspan] {
	background: #4C7AB7;
	background: -webkit-linear-gradient(#4C7AB7, #406da9);
	background: -o-linear-gradient(#4C7AB7, #406da9);
	background: -moz-linear-gradient(#4C7AB7, #406da9);
	background: linear-gradient(#4C7AB7, #406da9);
}
tr.transform td[rowspan] {
	background: #46AAB1;
	background: -webkit-linear-gradient(#46AAB1, #2F8288);
	background: -o-linear-gradient(#46AAB1, #2F8288);
	background: -moz-linear-gradient(#46AAB1, #2F8288);
	background: linear-gradient(#46AAB1, #2F8288);
}
tr.route-heading td, tr.route-heading th {
	color: #fff;
	border-color: #111;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	background: #384144;
	background: -webkit-linear-gradient(#384144, #323C40);
	background: -o-linear-gradient(#384144, #323C40);
	background: -moz-linear-gradient(#384144, #323C40);
	background: linear-gradient(#384144, #323C40);
}
tr.route-heading {
	border: 1px solid #111;
}
tr.route-heading th em {
	font-size: 15px;
	display: block;
	padding: 4px;
}
tr.plugin-start {
	border-top: 1px solid #434A4C;
}

td.warn > * {
	color: #E47600;
	background: #FFE8D2;
	border-radius: 3px;
}
td.critical > * {
	color: #E40000;
	background: #FFD5D2;
	border-radius: 3px;
}

table {
	width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: 0 none;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
table:last-child {
	margin-bottom: 0;
}
.hostinfo {
	text-transform: none;
	font-weight: normal;
}
.hostinfo strong {
	text-transform: uppercase;
	font-weight: normal;
	font-style: italic;
}
.plugin-name {
	font-style: italic;
	opacity: 0.6;
}
