body {
    margin: 0;
    padding:  0;
}
#map {
    width: 100vw;
    height: 100vh;
}
.leaflet-marker-icon {
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
    border-radius: 30px;
    border: 1px solid #fff;
}

.start.leaflet-marker-icon {
    background: #bf616a;
}

.end.leaflet-marker-icon {
    background: #a3be8c;
}
.leaflet-routing-geocoder input {
    padding-left: 40px;
    height: 3em;
    font-size: 1.1em;
}
.leaflet-routing-geocoder:before {
    font-size: 1.4em;
    height: 2.1em;
    line-height: 2.1em;
    display: block;
    content: "A";
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #bf616a;
    padding: 1px 12px;
    margin: 5px 0;
    color: white;
}
.leaflet-routing-geocoder:last-of-type:before {
    content: "B";
    background-color: #a3be8c;
}
.leaflet-routing-geocoder-result tr td {
    font-size: 1.1em;
    padding: 5px 10px;
}
.leaflet-routing-container {
    width: 400px;
}
