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