#map {
  height: 326px;
}
#map * {
  overflow: visible;
}

.location-table {
  width: 100%;
  text-align: left;
}
.location-table th {
  border-bottom: 2px solid #1e1e1e;
}
.location-table td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.location-search {
  display: flex;
  border-bottom: 4px solid #fce600;
}

.location-search__btn {
  width: 115px;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
}

.location-search__input {
  flex-grow: 1;
}

.location-list .active {
  border-bottom: 3px solid #fce600;
}
/*# sourceMappingURL=locations.css.map */
