/*
Adding print support. The print styles are based on the the great work of
Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.
*/

@media print {

    .noPrint { display: none; } /* use class="noPrint" on any div element you would not like to print */

}
