.trans-table thead th{
    background-color : rgb(166, 215, 255) !important;
}

.trans-table tfoot th{
    background-color : #ddd !important;
}

.pointer {
    cursor: pointer;
}

.pointer-not-allowed {
    cursor: not-allowed;
}