body
{ background: #111;
  color: white;
}

table#status
{ width: 1000px;
  border-collapse: collapse;
}

tr.head th
{ background-color: #444;
  font-size: 25px;
  border-top: 20px solid #222;
}

tr.item
{ font-family: monospace;
  font-size: 16px;
}

.key
{ width: 500px;
  text-align: right;
  padding-right: 10px;
}
.key::after
{ content: ':';
}

tr.item:not(:last-child)
{ border-bottom: 1px solid gray;
}

.good
{ color: lawngreen;
}
.bad
{ color: red;
}
.warning
{ color: yellow;
}
.advisory
{ color: cyan;
}
.unknown
{ color: #66f;
}
