@media print {
                
    body {
        font-size: 12px;
    }

    table {
        width: 100% !important;
    }

    table td {
        width: auto !important;
        padding: 5px !important;
    }

    table thead td:after {
        content: '' !important;
    }

    a[href]:after {
        content: none !important;
    }

    .content {
        padding: 0 !important;
    }

}