@media print {
    body {
        font-family: Arial, Helvetica;
        font-size: 10pt;
        background: #fff;
        color: #000;
    }
    h1 {
        font-family: Arial, Helvetica;
        font-size: 18pt !important;
        color: black !important;
        font-weight: bold;
    }
    h2 {
        font-family: Arial, Helvetica;
        font-size: 13pt !important;
        color: black !important;
        font-weight: bold;
    }
    h3 {
        font-family: Arial, Helvetica;
        font-size: 12pt !important;
        color: black !important;
        font-weight: bold;
    }
    .main {
        width: 100%;
        max-width: unset;
    }
    * {
        color: black !important;
    }

    thead td, thead th {
        background: #f0f0f0 !important;
        border: none;
    }

    tfoot td, tfoot th {
        background: #f0f0f0 !important;
    }

    table.details > thead > tr > th,
    table.details > thead > tr > td {
        padding: 10px 5px;
        font-family: Arial, Helvetica;
        font-size: 12pt;
        border: none;
    }

    table.details th, table.details td {
        padding: 5px 4px;
        font-family: Arial, Helvetica;
        font-size: 10pt;
    }

    p {
        margin: 5px 0;
    }

    p + p {
        margin-top: 0px;
    }
}