@media print {
    body {
        -webkit-print-color-adjust: exact;
        width: 1400px !important;
        zoom: 0.8;
    }
}