#client-master-list-view table tbody tr {
    transition: background 0.15s;
}

#client-master-list-view table tbody tr:hover {
    background: #f8fafc;
}

#client-master-list-view table tbody tr:nth-child(even) {
    background: #fafbfc;
}

#client-master-list-view table tbody tr:nth-child(even):hover {
    background: #f1f5f9;
}

@media print {
    #client-master-list-view .no-print {
        display: none !important;
    }
    #client-master-list-view .print-only-header {
        display: block !important;
    }
    #cml-printable-sheet {
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    }
}
