#oil {
	font-family: "PT Sans";
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	border-collapse: collapse;
	width: 100%;
}

#oil td, #oil th {
	border: 2px solid #FFFFFF;
	padding: 8px 15px 8px 15px;
}
.td-left {
	text-align: left;
	width: 67%
}
.td-right {
	text-align: right;
	width: 33%
}
#oil tr:nth-child(odd){background-color: #CCCC99;}
#oil tr:nth-child(even){background-color: #CCCCCC;}

/*#oil tr:hover {background-color: #ddd;}

#oil th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #4CAF50;
	color: white; 
}*/