html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

#map {
    width: 100%;
    height: 100%;
}

#toolbar {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: flex;
}

#toolbar button {
    width: 50px;
    height: 40px;
    margin: 5px;
    font-size: 9pt;
    border: 0;
    border-radius: 12px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

.view_button_inactive {
    background-color: #7caab6;
}

.view_button_active {
    background-color: #a5e5f5;
}
