body {
    font-family: sans-serif;
    margin: 0;
}

#map {
    height: 100vh;
    width: 100vw;
}

#topleft {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 350px;
    background-color: rgb(200,200,200);
    padding: 10px;
    max-height: 100vh;
    overflow-y: scroll;
}

.autocomplete, .result {
    padding: 5px;
    background-color: rgb(180,180,180);
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.autocomplete {
    display: none;
}

.autocomplete-title, .result-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.autocomplete-address, .result-address {
    margin-top: 5px;
    margin-bottom: 5px;
}

#searchbar {
    font-size: 16px;
    height: 40px;
}

#searchbar {
    padding: 0;
    border: none;
    margin-right: 10px;
}

#searchbutton, #routebutton {
    width: 40px;
    height: 40px;
}

#searchpage {
    display: none;
}

#searchbutton {
    margin-right: 10px;
}