.stockists {
    overflow-y: scroll;
}

.stockist {
    cursor: pointer;
    border: 1px solid grey;
    margin: 16px 8px;
    border-radius: 8px;
    padding: 8px;
    /*box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);*/
    transition: box-shadow 0.2s ease-in-out;
}

.stockist.selected, .stockist:hover {
    box-shadow: 0 0 0 1px grey;
}

.marker-info-window {
    font-family: 'gotham_bookregular', sans-serif;
}

#location-filter-value {
    width: 100%;
}