@media print {
    * { overflow: visible !important; }
    .noPrint, .noPrint * { display:none !important;}
}
