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

tr[id^="DataRow"] > td:nth-child(n+8) {
    display: none!important;
}