@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
    }

    .do-not-print {
        display: none !important;
    }

    .table-head {
        background-color: transparent !important;
    }

    .table-content {
        background-color: transparent !important;
    }

    .table-line {
        background-color: transparent !important;
    }

    .column {
        background-color: transparent !important;
    }

    body {
        background: white !important;
    }

    .summary-screen {
        background: white !important;
        background-color: white !important;
    }

    .logo-summary-row {
        background: transparent !important;
    }
}
