.first-aid-indices-header,
.first-aid-indices-header span,
.first-aid-index,
.first-aid-index li {
  margin: 0;
  padding: 0;
  border: 0;
}

.first-aid-indices-header {
  color: #88a906;
  font-weight: normal;
  font-size: 1.1em;
  list-style: none;
  text-transform: uppercase;
}
.first-aid-indices-header span {
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom: none;
  display: inline-block;
  margin-bottom: -1px;
  padding: .5em 2em;
}

.first-aid-indices {
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  border: 1px solid #ddd;
  color: #3789b9;
  margin-bottom: 1em;
  padding: .5em;
}

.tabs {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  padding: .5em;
}
.tabs li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
.tabs li {
  cursor: pointer;
  font-weight: bold;
}
.tabs li.active {
  color: black;
  cursor: default;
}
.tabs li ~ li {
  margin-left: .5em;
}

.first-aid-index {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  -ms-column-gap: 2px;
  -o-column-gap: 2px;
  column-gap: 2px;
}
.first-aid-index li {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  list-style-position: inside;
  padding: .5em;
}
.first-aid-index li:nth-child(odd) {
  background-color: #ecf1da;
}
.first-aid-index li.message {
  background-color: inherit;
  overflow: visible;
}
.first-aid-index li a {
  text-decoration: none;
  color: #3789b9;
}
.first-aid-index li a:hover {
  text-decoration: underline;
}

