@media print{

    body{
        width:1280px;
        zoom:80%;
    }

    .noPrint{
         display:none;
    }
}
