@media print {
    .header, .breadcrumb, #popup_content, .footer, button {
        display: none !important;
    }

    body {
        /*border-top: 1pt solid black;*/
        /*border-bottom: 1pt solid black;*/
    }

    @page {
        margin: 0.5cm;
    }

    * {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .pes-order-view {
        display: none;
    }

    .pes-order-print {
        padding-top: 1cm !important;
        border-top: 1pt solid black;
        border-bottom: 1pt solid black;
    }

    .pes-order-print .table td, .pes-order-print .table th {
        padding: 2px;
    }

    .handle-long-text {
        width: auto;
        max-width: 200px;
        display: block;
        word-wrap: break-word;
        white-space: normal;
        overflow-x: hidden;
    }

    .pes-order-print {
        /*width: 8cm;*/
        font-size: 8pt;
    }
    .pes-order-print .print-summary-products-list {
        padding-left: 0;
    }

    html, body {
        /*changing width to 100% causes huge overflow and wrap*/
        height: 100%;
        overflow-x: hidden;
        background: #FFF;
    }

    /*.template {*/
    /*width: auto;*/
    /*left: 0;*/
    /*top: 0;*/
    /*}*/
}
