
#cityMap {
  height: 300px;
}
#filteredTable .fa-home,
#filteredTable .fa-compass,
#filteredTable .fa-cloud,
#filteredTable .fa-building-o {
  margin-right: 5px;
}
.search-toggle {
  margin-right: 10px;
  border: none;
}
.search-toggle span {
  font-size: 16px;
}
.search-toggle i {
  font-size: 18px;
  margin-right: 2px;
  position: relative;
}
.search-toggle i.fa-sort-up {
  top: 6px;
}
.search-toggle i.fa-sort-down {
  top: 1px;
}
.sort-label {
  height: 34px;
  font-size: 17px;
  color: #999;
  vertical-align: bottom;
  padding-top: 14px;
}
.free-application-slots {
  display: inline-block;
  margin-left: 3px;
  font-weight: bold;
}

#marketList #filteredTable .btn-xs,
#marketList #filteredTable .btn-group-xs > .btn {
  padding: 4px 8px;
  font-size: 13px;
}
#marketList #filteredTable tbody tr td {
  vertical-align: middle;
}
#marketList #filteredTable.table-hover > tbody > tr:hover {
  background-color: #e67e225e;
}

#marketList .blocked-day {
  color: #000;
  font-size: 11px;
  transform: translate(1px, -2px);
}
