table{
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    user-select: none;
}

.filterBlock{
    min-width:220px;
}

.tables .filterBlock{
    width:100%;
    text-align:center;
}

.filterBlock div{
    display:inline-block;
}

.filter{
    color:white;
    font-weight:bold;
}


td, th{
    text-align: center;
    padding: 8px;
}

tbody{
    color:white;
}

.selected {
    background-color: green;
}

.selectedFeature {
    background-color: crimson;
}

th{
    color:white;
}

.sidenav {
    height: calc(100% - 114px);
    width: 0;
    position: fixed;
    z-index: 9;
    top: 58px;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    /*overflow-x: hidden;*/
    transition: 0.5s;
    padding-top: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

.collapse {
    display: none;
}

.btn-note {
    border: none;
    color: none;
}
