.co2Table{
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
.co2Table td,
.co2Table th{
	border-collapse: collapse;
	padding: 15px 20px;
}
.ac-routes th{
	padding: 0;
	border: 0 none #000;
	background-color: transparent;
}
.co2Table tr td:first-child{
	border-left: 1px solid #e6e6e6;
}
.co2Table tr td:last-child{
	border-right: 1px solid #e6e6e6;
}
.co2Table tr{
	border-bottom: 1px solid #e6e6e6;
}
.co2Table .td-4{
    width: 33.33333333%;
}
.co2Table .td-8{
    width: 66.66666667%;
}
.subHeader{
	margin-bottom: 20px;
}
.contentBlock + .contentBlock{
	margin-top: 30px;
}