#map, #map-container {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.gmap-marker:hover {
    cursor: pointer;
}

.store-locator-result #search-results {
    max-height: 700px;
    overflow: scroll;
}