﻿#mapPane { 
    height: 600px; 
    width: 740px;
    border: 2px solid rgb(114, 106, 0);
}
#ContentWide .leaflet-pane img {
    padding: 0px 0px 10px 0 !important;
}

div.leaflet-container .info {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font: 14px/16px Arial,Helvetica,sans-serif;
    padding: 6px 8px;
}

@media only screen and (max-width: 999px){
    #mapPane { 
        width: 100% !important;
    }
}