@media print
{
    .noprint
    {
        display: none !important;
    }
}
.noprint {
  display: block !important;
}
