
 .table thead tbody tfoot tr td,
 .table .border{
 	border: 1px solid #dee2e6 !important;
 }

 @media print {
     .table td {
         background-color: transparent !important;
     }
 }