.leaflet-routing-container.dark {
    background-image: url('../images/contargo-logo.svg');
    -webkit-background-size: 200px;
    background-size: 200px;
    background-position: 20px 10px;
    background-repeat: no-repeat;
}

@media only screen and (max-width:880px) {
    .osrm-directions-summary {
        background-image: url('../images/contargo-logo.svg');
        -webkit-background-size: 200px;
        background-size: 200px;
        background-position: 10px 10px;
    }

    .leaflet-routing-container.dark {
        background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.85);
    }
}

@media only screen and (max-width:400px) {
    .osrm-directions-summary {
        background-image: url('../images/contargo-logo.svg');
        -webkit-background-size: 200px;
        background-size: 200px;
        background-position: 10px 10px;
    }

    .leaflet-routing-container.dark {
        background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.85);
    }
}

.contargo-directions-icon {
    background-image: url('../images/contargo.toolbar.icons.svg');
    -webkit-background-size: 98px;
    background-size: 98px;
}

.contargo-editor-icon  { background-position: -48px 0; }
.contargo-flag-icon-en  { background-position: 0 0; }
.contargo-flag-icon-de  { background-position: -24px 0; }

div {
    border-radius: 0 !important;
}

button {
    border-radius: 0 !important;
}

a {
    border-radius: 0 !important;
}

.leaflet-routing-collapse-btn {
    border-radius: 0 !important;
}

.leaflet-routing-select-profile {
    font-weight: 400;
    font-size: 12px;
    color: white;
    height: 40px;
    border-radius: 0 !important;
    background-color: rgba(37,72,127, 0.75);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
    float: right;
    border: 0;
}