table.pretty, table.pretty th, table.pretty td {
  background-color: #F8F9fA;
  color: #202122;
  margin: 1em 0;
  border: 1px solid #A2A9B1;
  border-collapse: collapse;
  padding: 5px 6px 0 6px;
  vertical-align: middle;
}

table.pretty th {
  padding: 3px 6px 3px 6px;
}

.status {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  background-color: #BBBBBB;
  top: 0.1em;
  position: relative;
  margin-left: 10px;
}

.once {
  background-color: #4444DD;
}

.ok {
  background-color: #44DD44;
}

.caution {
  background-color: #DDDD44;
}

.error {
  background-color: #DD4444;
}

