@media print {
    @page { size: landscape}
    nav {
        display: none;
    }

    section {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .invoiceHeader {
        margin-bottom: 3px !important;
        margin-top: 3px !important;
    }

    .invoiceHeader > div.col:nth-child(1) {
        font-size: smaller;
    }

    h4, h5 {
        font-size: 1.2rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    table {
        table-layout: fixed;
        font-size: smaller;
    }

    th:nth-child(3), td:nth-child(3) {
        width: 1in;
    }
}