#div_print h4 {
	display:block
} 
#div_print p {
	 color:#444;
}

a {
	color:#000; text-decoration:none
}

	table {
		border:2px solid #f2f2f2;
	}
			
	table th {
		padding:15px; text-align:center
	}
	
	table td {
		border:2px solid #fff; padding:6px
	}
	
	 table tr td:before {
		background: #f2f2f2
	}
  
	table tr{
		background: #f2f2f2;
	}
	 
	 table tr:nth-child(odd){ 
		background: #f2f2f2;
	}
	 
	 table tr:nth-child(even){
		background: #f8f8f8;
	}
 
 
	#list_row th {
		background:#b1d1d2
	}
	