@media print {
    table {
        border: solid black !important;
    }
    td {
        border: solid black !important;
    }
}
