.address {
    font-size: 12px !important
}

.zip-code {
    font-size: 24px !important
}

.order-code {
    font-size: 16px !important
}

.order-details {
    font-size: 12px !important
}

.listing-qty {
    font-size: 24px !important
}

.listing-sku {
    font-size: 12px !important
}

.listing-price {
    font-size: 14px !important
}

.listing-desc {
    font-size: 12px !important
}

.item-qty {
    font-size: 14px !important;
}

.item-text {
    font-size: 14px !important;
}

.job-text {
    font-size: 14px !important;
}

.greyed {
    background-color: #cccccc;
}

@media print {
    .break {
        page-break-after: always !important;
    }

    .greyed {
        background-color: #cccccc;
    }
}

.bordered {
    padding: 5px;
    border: 1px solid black;
}

.img-scale {
    padding: 5px;
    object-fit: contain;
}

body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}