body {
    background-color: #818181;
}


#map {
    width: 99vw !important;
    max-height: 100vh !important;
    text-align: center;
    z-index: -1;
    top: 30px;
}

object {
    max-height: 90vh;
    max-width: 90vw;
    z-index: -1;
}

#control {
    position: relative;
    padding: 5px;
    height: 3vh;
    min-width: 150px;
    right: 10px;
    margin-bottom: 2vh;
    user-select: none;
    z-index: 10;
    overflow: hidden;
    white-space: nowrap;
}

select, input {
    font-size: 2vh;
    height: 100%;
    z-index: 10;
    max-width: 60vw;
}


.invisible {
    visibility: hidden;
    position: absolute;
    top: -9999px;
}