#map-display { 
    width: 100%; 
    height: 400px;
}

#map_block {
    overflow: auto;
}

#map-links ul {
    margin-left:0;
    padding: 0;
}

#map-links li {
    overflow:hidden; 
    width: 100% !important;
    display: inline-block;
    border-radius: 3px;
    background-color: #303030;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
    
#map-links { padding: 10px !important; }

#map-links li a {
    display:block;
    text-decoration:none; 
    border-bottom: 0 !important;
}

#map-links li a:link {
    color: #f7f7f7 !important;
}

#link_block {
    margin-bottom: 40px;
    background-color: #4B4B4B;
    color: white;
}

#link_block h2:first-child {
    margin-top: 0 !important;
}

/* The map for the items page needs a bit of styling on it */
#address_balloon dt {
    font-weight: bold;
}
#address_balloon {
    width: 100px;
}

div.map-notification {
    display:block;
    border: 1px dotted #ccc;
    text-align:center;
    font-size: 2em;
}

@media screen and (min-width:768px) {

    #link_block {
        box-sizing: border-box !important;
        height: 436px;
        width: 30%;
        background-color: #4B4B4B !important;
        float: left;
        color: white;
        overflow-y: auto;
        margin-bottom: 0 !important;
    }

    #map-links ul {
        margin: 0;
        padding: 0;
    }

    #map-links li {
        overflow: hidden;
    }

    #map_block { 
        float:left;
        width:70%;
        margin-bottom: 0 !important;
    }

    #search_block {
        clear: both;
        margin: auto;
        display: block;
        width: -webkit-min-content;
    }

}