@media print {

    body {
        background-color: #ffffff;
        zoom: 55%;
    }

    .no-print {
        display: none;
    }

    .menu-right,
    .menu-left{
        display: none;
    }

}
