.location-address {
    padding: 1rem 0;
    font-size: 1.5rem;
}
.locations-left {
ß}

@media (max-width: 768px) {
    .locations-left {
        margin: 20px 20px 20px 20px;
        min-height: 20px;
    }
}


@media (max-width: 768px) {
    .locations-right {
        width: 100%;
        float: left;
    }
}

.endlast {
	margin-bottom: -16px;
}

.locations-outer {
	min-height: 400px;
        font-family: "TolyerLightno4"; 

}
.locations-outer h4, .locations-outer h3 {
    font-size: 1.5rem;
}

.tblOpeningTimes td:nth-child(1) {
    font-weight: bold;
    width: 120px;
}
.tblOpeningTimes td:nth-child(2) {
    width: 120px;
}
    

        /* google maps stuff */
        
        
        .google-maps {
        position: relative;
        padding-bottom: 60%;
        height: 0;
        overflow: hidden;
      }
      .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
      } 


  .btn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #ffffff;
  font-size: 20px;
  background: #44c767;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #5cbf2a;
  text-decoration: none;
}




.btnCall {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnCall:hover {
  background: #378de5;
  text-decoration: none;
}