.entry-content img:not(.is-loaded) {
    opacity: 1 !important;
}
#map > a {
    background-color: #dd0202;
    position: absolute;
    z-index: 999999;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Woodford Bourne" !important;
    font-size: 18px;
    right: 0;
    display: none;
}
.mobile_controls table{
    display: none !important;
}
@media only screen and (max-width: 440px) {
    div#map {
        width: 85% !important;
        max-width: 85% !important;
    }
    .leaflet-top.leaflet-right.mobile_controls table th, table td {
        white-space: normal !important;
    }
    .leaflet-top.leaflet-right.mobile_controls {
        margin-top: 55px !important;
    }
    .leaflet-top.leaflet-right.mobile_controls .leaflet-routing-alt {
        max-height: 200px !important;
    }
}