﻿@page {
    size: landscape;
    margin: 0.5cm;
}

@media print {
    #table-id-cart-items th:last-child,
    #table-id-cart-items td:last-child {
        display: none !important;
    }
    /* Hides the remove buttons and action column */
    .no-print {
        display: none !important;
    }

    body, main, .container, .grid-container, .usa-section {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .table-responsive {
        overflow: visible !important;
        display: block !important;
        width: 100% !important;
    }

    #table-id-cart-items {
        width: 100% !important;
        max-width: 100% !important;
        border-collapse: collapse !important;
        font-size: 10pt !important;
    }

        #table-id-cart-items th,
        #table-id-cart-items td {
            padding: 4px 8px !important;
            word-wrap: break-word !important;
            white-space: normal !important;
        }

    tr {
        page-break-inside: avoid;
    }
}
