#map {
    margin-top: 1em;
    height: 75vh !important;
}

#storeList {
    margin-top: 2em;
}

#storeList li {
    list-style: none;
    border: 1px solid #ececf4;
    margin-bottom: 1em;
    padding: 1em;
}

.nearest {
    background-color: #dfdfdf;
    border: 1px solid #a9a9a9 !important;
}

a.map-btn {
    background: black;
    color: white;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.store-open {
    background-color: #006400;
    color: white;
    padding: 2px 5px;
    margin-left: 5px;
}

.store-closed {
    background-color: #df0101;
    color: white;
    padding: 2px 5px;
    margin-left: 5px;
}

.storeName {
    font-weight: bold;
}