.store-locator {
  height: 500px;
  display: block;
  overflow: hidden; }

.store-locator #store-locator-panel {
  height: 500px;
  float: left;
  width: 40%;
  overflow: auto; }

.store-locator #store-locator-map {
  height: 500px;
  width: 60%;
  overflow: hidden; }

.store-locator #store-locator-map .misc .distance {
  display:none;
}

.clear {
  clear: both; 
}
.store-locator #store-locator-map .store .title {
  font-size: 14px;
  color: #666 !important;
  font-family: Cambria, sans-serif;
  margin: auto;
  font-weight: bold !important;
}
h3, p {
    font-family: Arial;
    font-size: 12px;
    color: #535557;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0 !important;
    margin-top: 0;
}