table > thead > tr.cbResultSetTableHeader > th:nth-child(n+6){
    display: none!important;
}
table > tbody >tr.cbResultSetDataRow > td:nth-child(n+6) {
    display: none!important;
}