.fas,
.far {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25em;
  min-height: 1.25em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.fas::before,
.far::before {
  content: "+";
}

.fa-medkit::before,
.fa-kit-medical::before,
.fa-first-aid::before {
  content: "MED";
}

.fa-tint::before,
.fa-droplet::before,
.fa-hand-holding-droplet::before {
  content: "BLD";
}

.fa-lungs::before,
.fa-lungs-virus::before,
.fa-wind::before {
  content: "AIR";
}

.fa-heart::before,
.fa-heartbeat::before,
.fa-wave-square::before {
  content: "CIR";
}

.fa-helicopter::before,
.fa-helicopter-medical::before,
.fa-helicopter-symbol::before,
.fa-truck-medical::before,
.fa-ambulance::before {
  content: "EVAC";
}

.fa-brain::before,
.fa-head-side::before,
.fa-head-side-virus::before,
.fa-head-side-cough::before,
.fa-head-side-mask::before {
  content: "TBI";
}

.fa-temperature-low::before,
.fa-temperature-high::before,
.fa-thermometer-quarter::before,
.fa-snowflake::before {
  content: "TEMP";
}

.fa-pills::before,
.fa-capsules::before,
.fa-tablets::before,
.fa-prescription-bottle::before,
.fa-prescription-bottle-alt::before,
.fa-prescription-bottle-medical::before,
.fa-syringe::before,
.fa-vial::before {
  content: "RX";
}

.fa-bandage::before,
.fa-band-aid::before {
  content: "WND";
}

.fa-user-md::before,
.fa-user-nurse::before,
.fa-user-check::before {
  content: "DOC";
}

.fa-check-circle::before,
.fa-clipboard-check::before,
.fa-certificate::before {
  content: "OK";
}

.fa-exclamation-circle::before,
.fa-exclamation-triangle::before {
  content: "!";
}

.fa-info-circle::before,
.fa-question-circle::before {
  content: "?";
}

.fa-arrow-down::before {
  content: "v";
}

.fa-redo::before,
.fa-sync::before,
.fa-sync-alt::before {
  content: "RE";
}

.fa-wifi::before {
  content: "OFF";
}
