#gmap-preview {
  width: 100%;
  height: 400px;
}

.price-zone-preview .tar {
  text-align: right;
}
.price-zone-preview .price-zone-list {
  width: 100%;
}
.price-zone-preview .price-zone-list th {
  font-weight: bold;
  border-top: none;
  border-bottom: 3px solid #ddd;
}
.price-zone-preview .price-zone-list td {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.price-zone-preview span {
  display: block;
  width: 25px;
  height: 25px;
}

#contact-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#contact-wrapper .contacts {
  float: left;
  width: 50%;
  margin-right: 5%;
}
#contact-wrapper .contacts table {
  width: 100%;
}
#contact-wrapper .contacts td {
  padding: 0.8em 1em;
  vertical-align: middle;
}
#contact-wrapper .opening-times {
  float: right;
  width: 45%;
}
#contact-wrapper .opening-times table {
  border-collapse: collapse;
  width: 100%;
}
#contact-wrapper .opening-times tr.current-day {
  font-weight: bold;
}
#contact-wrapper .opening-times th {
  padding: 0.3em 1em;
  border: 1px solid #eee;
}
#contact-wrapper .opening-times td {
  padding: 0.3em 1em;
  text-align: center;
  border: 1px solid #eee;
}

@media (max-width: 960px) {
  #contact-wrapper .opening-times, #contact-wrapper .contacts {
    width: 100%;
  }
}
