
	
	.contractor_table {
		font-size: .9em;
		width: auto;
		height: 30px;
		padding: 5px;
	}
		
	.contractor_table th{
		padding: 5px;
		background-color: #333333;
		color: #ffffff;
	}
	
	.contractor_table td{
		padding: 8px;
	}

	
	.contractor_table tr:nth-of-type(odd) {
 	 	background-color:#e6e6e6;
	} 
	
	.contractor_table .amount {
		font-weight: bold;
		color: #333333;
	}
	
	p.credit {
		font-size: .8em;
		padding: 8px;
		clear: both;
		width: 180%;
	}
	

	
	
