@page {
    size: auto;   /* auto is the initial value */
    margin: 15px;  /* this affects the margin in the printer settings */
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}