table[id^="cbTable"] > tbody > tr > th:nth-child(n+9){
    display: none!important;
}

table[id^="cbTable"] > tbody > tr > td:nth-child(n+9){
    display: none!important;
}
a[class^="cbResultSetLabelLink"] {
    font-size: 16px!important;
}

@media screen and (min-width: 991.98px) { 
    .dropdown:not(.nav-item):hover .dropdown-menu, .btn-group:hover .dropdown-menu {
        display: block;
    } 
}

@media (max-width: 1199px){
    table[id^="cbTable"] > tbody > tr > td > div > div > span:nth-child(n+19){
        display: none!important;
    }

    div[data-cb-name="DataCtnr"] {
        max-height: 250px!important;
    }

    table[id^="cbTable"] > tbody > tr > td > div > div,
    table[id^="cbTable"] > tbody > tr > td {
        padding-top: 0!important;
    }

    table[id^="cbTable"] > tbody > tr > td > div > div > span:nth-child(4) > span {
        margin-bottom: 25px;
    }

    span[class^="cbResultSetData"],
    span[class^="cbResultSetListViewDataLabel"] {
        color: #4d4d4d!important;
        font-size: 16px!important;
    }
    span[class^="cbResultSetListViewDataLabel"] {
        font-weight: bold!important;
    }
}

@media (max-width: 575px){
    table[id^="cbTable"] > tbody > tr:nth-child(1) > td > div > div {
        padding-right: 0;
        padding-left: 0;
    }    
    div[data-cb-name="DataCtnr"] {
        max-height: 280px!important;
    }
}

@media (max-width: 450px){
    div[data-cb-name="DataCtnr"] {
        max-height: 310px!important;
    }
    tbody,
    td[class^="cbResultSetListViewTable"],
    body > div > div > div,
    div.d-xl-none.d-block.col-12.card-body.py-0.mb-4 {
        padding-right: 0!important;
        padding-left: 0!important;
    }
}