/*! Custom CSS */
@media print {
tr:nth-child(even) td {
background-color: rgb(243, 240, 240) !important;
-webkit-print-color-adjust: exact;
}
}
 