body {
    padding: 0;
    margin: 0;
}

html, body, #map {
    height: 100%;
    width: 100%;
}

.leaflet-container a.leaflet-popup-close-button {
    margin: 5px;
}

.leaflet-routing-container {
    display: block;
}

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
    font-size: 14px;
}

.leaflet-popup-content .photo {
    padding: 0 20px 0 0;
    float: left;
    width: 115px;
    height: 115px;
}

.leaflet-routing-alternatives-container .gotoMotoboy {
    text-decoration: underline;
    cursor: pointer;
    float: right;
}

.leaflet-popup-content table.deliveryinfo {
    border: none;
    margin: 0px;
    padding: 0;
    width: 100%;
    height: 100%;
}

.leaflet-popup-content .iconStatus {
    width: 25px;
    height: 24px;
    margin: 0 0 -2px 5px;
}

.leaflet-popup-content .updateInfo {
    font-size: 8px;
    float: right;
    text-align: right;
}