body {
  color: #000;
}
body header.navbar {
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #fff, #ebebec);
  background-image: -webkit-linear-gradient(top, #fff, #ebebec);
  background-image: -o-linear-gradient(top, #fff, #ebebec);
  background-image: linear-gradient(top, #fff, #ebebec);
  border-bottom: 1px solid #c4c4c6;
  margin-bottom: 10px;
  color: #a40931;
}
body header.navbar a {
  color: #a40931;
  font-size: 0.9em;
}
body .update-datetime {
  font-size: 0.8em;
  color: #9d9da0;
  font-weight: bold;
}
body .last-change {
  font-size: 0.8em;
  font-weight: bold;
  color: #c4c4c6;
}
body h1 {
  color: #3c3c41;
}
body .d-flex h1 {
  margin-bottom: 0;
}
body a.iconLink {
  text-decoration: none;
}
body .card-header .severity::after {
  display: block;
  box-sizing: border-box;
  margin: 5px auto 5px 0;
  content: " ";
  background-image: linear-gradient(to right, #c4c4c6, rgba(0, 0, 0, 0));
  height: 1px;
  width: 180px;
}
