#locations {
  background: #155B99;
  color: #FFF;
  padding: 24px 0 24px 0;
  overflow:hidden;
}

.location {
  padding: 18px 1% 18px 2%;
  margin: 9px 1% 9px 1%;
  width: 20%;
  display: inline-block;
  border-radius: 6px;
  outline: 1px solid rgba(255, 255, 255, .4);
  overflow:hidden;
  color: #FFF !important;
}

.location:hover,.location:focus {
  background: rgba(255,255,255,.2);
  text-decoration:none;
}
#map {
  height: 60vh;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.mapMarker {
  color: #333;
  font-size: 1.0rem;
  line-height: 1.2rem;
}

.mapMarker a {
  display: block;
  color: #333;
  padding: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mapMarker a:hover,
.mapMarker a:focus {
  background: rgba(109, 207, 246, .2);
  text-decoration: none;
}

#legend {
  padding: 12px 0 12px 0;
  background: rgba(255, 255, 255, .95);
  text-align: center;
  overflow: hidden;
  color: #333;
  font-size: .8rem;
  line-height: 1rem;
  border-top: 2px solid #FFF;
}

#legend .span3x {
  width: 25%;
  float: left;
  margin: 0 0 12px 0;
}

#legend img {
  width: 20px;
  height: auto;
  position: relative;
}

#mapTable {
  overflow: auto;
  height: 450px;
  border-top: 2px solid #3CC1CD;
  border-bottom: 2px solid #3CC1CD;
  text-align: left;
  background: rgba(0, 0, 0, .05);
}

#mapTable::-webkit-scrollbar {
  width: 6px;
}

#mapTable::-webkit-scrollbar-track {
  background: rgba(60, 193, 205, .1);
}

#mapTable::-webkit-scrollbar-thumb {
  background: rgba(60, 193, 205, .5);
}

#mapTable::-webkit-scrollbar-thumb:hover {
  background: rgba(60, 193, 205, .8);
}

.sortable2 {
  margin: 0;
  color: #111;
  width: 100%;
}

.sortable2 td {
  font-size: .9rem;
  line-height: 1.1rem;
  color: #111;
  padding: 8px 4px 8px 8px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.clickable-row {
  cursor: pointer;
}

.clickable-row:hover {
  background: rgba(0, 0, 0, .3);
}

.orgCol {
  width: 10px;
  white-space: nowrap;
}

.cityCol {
  width: 10px;
  white-space: nowrap;
}

.stateCol {
  width: 10px;
  white-space: nowrap;
}

@media only screen and (max-width: 549px) {
  #map {
    height: 280px;
  }

  #legend span {
    display: block;
    margin: 4px 0 0 0;
  }

  .orgCol {
    display: none;
  }

  .cityCol {
    display: none;
  }

  .stateCol {
    display: none;
  }

  .location {
    width: 42%;
  }
}