#map {
    height: 100%;
    width: 100%;
    bottom:0;
}
#filters{
    height:5%;
}

#buttonList{
    margin: 0;
    padding: 0;
    list-style: none;
    background: #2463C9;
    height: 35px;
}
#buttonList:focus{
    color: #FFE9F1;
}

#buttonList>li{
    position: relative;
    display:inline-block;
    color:white;
    height: 100%;
    text-align:center;
}
#buttonList>li>button:hover{
    color: #ffe9f1; /* #afafaf */
    transition: color .2s ease;
    cursor: pointer;
}
#buttonList>li>button{
    background: inherit;
    color: inherit;
    border: none;
    font-family: Roboto !important;
    font-weight: 400!important;
    font-style: normal!important;
    font-size: 15px;
    align-items: center;
    height: 100%;
    width: 100%;
}