
@media print {
    @page {
        size: auto;
        margin: 7mm;
    }

    body {
        font: 12pt Georgia, "Times New Roman", Times, serif;
        color: #000 !important;
        background-color: #FFF !important;
    }

    h1 {
        font-size: 24pt;
    }
    h2, h3, h4 {
        font-size: 14pt;
        margin-top: 25px;
    }

    .noPrint {
        display: none !important;
    }

    .print {
        width: 90% !important;
        display: block;
        text-align: center !important;
    }

    button {
        display: none !important;
    }

    nav {
        display: none !important;
    }

    table {
        display: table !important;
        width: 100% !important;
        margin-top: 3em !important;
    }

    tbody > tr {
        page-break-inside:avoid;
        width: 100% !important;
        text-align: center !important;
        background-color: #fff !important;
        color: #000 !important;
    }

    tfoot {
        display: table-row-group;
        font-weight: bold;
        font-size: 14pt;
        text-align: start;
    }

    th {
        font-weight: bold !important;
    }

    h5 {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-weight: bold !important;
        font-size: 1.2rem !important;
    }

    h6 {
        margin-top: 0 !important;
        margin-bottom: 5px !important;
        font-size: 0.9rem !important;
        font-weight: normal;
    }

    .font-weight-bold {
        font-weight: bold !important;
    }

    .row {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    .col-4 {
        flex: 0 0 auto;
        width: 30%;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    col-8 {
        flex: 0 0 auto;
        width: 70%;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}