.content-wrapper{
    padding-top:15px;
    font-size:90%;
    max-height:1500px
}
.content-wrapper > div, .table-container, .table-wrapper{
    height:100%
}
.table-wrapper{
    border: 2px solid #3e8dd0;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 20px;
}
.table-option{
    width:100%;
    margin: 10px 0px;
}
.table-option.top{
    margin-top:0px;
}
.table-option.filter-list{
    min-height: 300px;
    padding: 15px;
    border:2px solid #3e8dd0;
    background-color: #F8F8F8;
    border-radius: 20px;
}
.table-option.filter-list .filter-list-heading{
    font-weight: bold;
    margin-bottom:15px;
}
.table-option.filter-list .filter-option{
    display:flex;
    justify-content: space-between;
    margin-bottom:5px;
}
.table-option.single-button button{
    width:100%;
}
