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