
@media print {
    .copyright {
        display: none;
        height: 0;
    }

    * {
        font-size: 16px !important;
    }

    .order-status {
        margin-top:10px;
    }

    .box-order-shipping-method {
        page-break-after: always;
    }

    .box-order-billing-address {
        margin-top:50px;
    }
}
