.noPrint { 
 display: none; 
} 

.print {
  width: 100%;
  display: block;
}

.onlyPrint {
	
}