.direct-links .iconbutton span.fa.fa-map-marker {
  font-size: 2.5em;
}
.scrollWrap {
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1;
}
.scrollContent {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  padding: 10px 32px 0 10px;
  position: relative;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fakeScrollBar {
  position: absolute;
  background: #1b66b3;
  width: 9px;
  border-radius: 4px;
  right: 0;
  top: 0;
  z-index: 0;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.fakeScroll:hover .fakeScrollBar.fakescroll-grabbed {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  background: #FFF;
}
body.fakescroll-grabbed {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#jq_marketSearch .searchBox {
  width: 400px;
  margin-bottom: 10px;
}
.market-link {
  display: block;
  margin-bottom: 20px;
}
.market-name {
  color: #1b66b3;
  font-weight: bold;
}
.market-adress {
  color: #000000;
}
.market-link__button {
  float: right;
}
.market-link__button .title {
  display: none;
}
@media (min-width: 768px) {
  .market-link__button {
    width: auto;
    padding-left: inherit !important;
  }
  .market-link__button .title {
    display: inline;
  }
}
.markets {
  height: calc(100% - 150px);
  position: relative;
  left: -18px;
}
@media (min-width: 768px) {
  .markets {
    height: 220px;
  }
}
