.printable {
	display:block;
}

.nonprintable {
	display:none;
}

a[href]:after {
      visibility: hidden;
   }
   
.tableSumar td {
	padding:5px 10px 5px 10px;
	
}

.tableSumar tr:nth-child(even) {background: #EEE}
.tableSumar tr:nth-child(odd) {background: #FFF}


.tableHeading {
	font-weight:bold;
	font-size:18px;
}