html, body{
    margin: 0;
    padding: 0;
    font-family: "sans-serif";
}


#map{
    position: fixed;
    top: 39px;
    left: 0;
    bottom: 0;
    right: 0;
}

.leaflet-bottom.leaflet-left{
    width: 100%;
}

.leaflet-control-container .leaflet-timeline-controls{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
}

