@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}

table td{
background-color: transparent !important;
}
table th{
white-space: nowrap;
background-color: transparent !important;
}
table, th,td {
font-weight: normal !important;
border: 0 !important;
padding: 0 !important;
}

