
/* https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/ */

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