@media print {
    body {
        font-size: 12pt !important;
        color: black !important;
        background: none !important;
    }

    table {
        display: table !important;
        width: 100% !important;
        border-collapse: collapse !important;
        table-layout: auto !important;
    }

    thead, tbody, tr, th, td {
        display: table-cell !important;
        width: auto !important;
        text-align: left !important;
        vertical-align: middle !important;
    }

    th, td {
        padding: 10px !important;
        border: 1px solid black !important;
        white-space: normal !important;
    }

    table, thead, tbody, tr, th, td {
        display: revert !important;
    }

    video, nav, .no-print {
        display: none !important;
    }

    td::before {
        content: none !important;
        display: none !important;
    }

    .inverter {
        display: none;
    }
}