#custom-map,
#map-canvas {
  border-radius: 5px;
}

.page-locations #map-canvas {
  height: 400px;
}

.pane-currency-locations-search-results .pane-content {
  padding: 0;
}

.pane-currency-locations-search-results .pane-content > em {
  display: inline-block;
  padding: 10px;
}

.currency-location-list {
  display: table;
  width: 100%;
}

.currency-location-item {
  display: table-row;
  width: 100%;
}

.currency-location-cell-1,
.currency-location-cell-2,
.currency-location-cell-3 {
  display: table-cell;
  padding: 25px;
  border-bottom: 1px solid #8ab146;
  vertical-align: top;
}

.currency-location-cell-2 {
  width: 44%;
}

.currency-location-cell-3 {
  width: 130px;
  vertical-align: middle;
}

.currency-location-title {
  font-weight: bold;
  font-size: 12pt;
}

.currency-location-url a {
  color: #cfcfcf;
}

.currency-location-pin {
  margin-right: 5px;
}

.currency-location-pin,
.currency-location-info {
  display: inline-block;
  width: 31px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #cecece;
}

.currency-location-pin i,
.currency-location-info i {
  display: block;
  width: 31px;
  height: 31px;
  background: url('sprite.png') no-repeat 0 -31px;
}

.currency-location-info {
  margin-left: 5px;
}

.currency-location-info i {
  background-position: -31px -31px;
}

.currency-location-directions {
  line-height: 29px;
  color: #cecece;
}

.currency-location-directions i {
  display: inline-block;
  width: 32px;
  height: 29px;
  background: url('directions.png') no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.currency-location-pin:hover,
.currency-location-info:hover,
.currency-location-directions:hover {
  color: #96b164;
  text-decoration: none;
}

.currency-location-pin:focus,
.currency-location-info:focus,
.currency-location-directions:focus {
  color: #cecece;
  text-decoration: none;
}

.currency-location-pin:hover i {
  background-position: 0 0;
}

.currency-location-info:hover i {
  background-position: -31px 0;
}

html body input.form-throbbler.throbbing {
  background-image: url(/misc/throbber-active.gif) !important;
  background-position: 100% center !important;
  background-repeat: no-repeat;
}

.currency-location-node .currency-location-cell-1,
.currency-location-node .currency-location-cell-2,
.currency-location-node .currency-location-cell-3 {
  padding: 10px;
  border-bottom: none;
  /*width: 50%;*/
}

.currency-location-node .currency-location-cell-3 {

}

.currency-location-map {
  margin-top: 20px;
  padding: 10px;
}

#custom-map {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 500px) {
  .currency-location-cell-1,
  .currency-location-cell-2,
  .currency-location-cell-3 {
    display: inline-block;
  }

  .currency-location-cell-1,
  .currency-location-cell-2 {
    border-bottom: none;
    width: 50%;
    padding-bottom: 0;
  }

  .currency-location-cell-3 {
    width: 100%;
    text-align: right;
  }

  .currency-location-pin {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 370px) {
  .currency-location-cell-1 {
    padding-right: 0;
  }
}