/* body {
    margin: 0;
    padding: 0;
} */
/* #map {
    position: fixed!important;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index:1001;
} */


#map-container {
    position: relative;
    height: 80vh;
    width: 100%;
}

#map {
    position: absolute;
    height: inherit;
    width: inherit;
}
#delete, #export {
    position: absolute;
    top:50px;
    right:10px;
    z-index:100;
    background:#d3d2d2;
    color:black;
    padding:6px;
    border-radius:4px;
    font-family: 'Helvetica Neue';
    cursor: pointer;
    font-size:12px;
    text-decoration:none;
}
#export {
    top:90px;
}