
.tabbutton.filter {
    background-color: #0079c1;
    /* margin-top:0; */
    
}

.tabbutton.filter:hover {
    background-color: #00598e;
}

.radiocol {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    max-width: 300px;
  }

.radiocol p {
    padding:0;
}

#prefilter {
    position:absolute;
}


#prefilter-modal .content {
    height:calc(40vh);
    overflow-y: scroll;
}

#prefilter-modal p {
    font-weight: bold;
    margin:0;
}

#prefilter-dropdowns {
    width:100%;
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
#prefilter-table {
    width:100%;
    height:500px;
    
}
#prefilter-table-container p {
    margin-top:25px;
}

