/* PRINT ONLY CSS Document */

.printOnly {
   padding-top:30px;
   font-size:14px;
	display: block;

}

.screenOnly {
	display: none;
}