.h1 {
  font-weight: bold;
}

tr {
  border-bottom: 1px solid #ddd;
}

td {
  padding: 10px;
}

.tab {
  padding: 25px;
}

.equipment_overview {
  display: flex;
}

.details {
  padding-left: 20px;
  font-size: 18px;
}

.categories a {
  border: 1px solid #750d42;
  border-radius: 5px;
  padding: 3px;
  background-color: #e00e1f;
  color: white;
  font-weight: bold;
  font-size: 0.9em;
  margin-right: 5px;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 5px;
  pointer-events: none;
}

.extra_info {
  display: none;
}

i.status {
  width: 1em;
  border-radius: 0.5em;
  height: 1em;
  content: " ";
  display: inline-block;
  border: 1px solid #888;
  margin: 0px 5px;
}

i.status-red {
  background-color: #f00;
}
i.status-orange {
  background-color: orange;
}
i.status-yellow {
  background-color: yellow;
}
i.status-green {
  background-color: #0f0;
}
