.section_title {
	/*font-size:16px;
	font-weight:bold;*/
	border-bottom:solid black 1px;
	margin-top:50px;
}
#graph_total_cost, #graph_cost_per_day, #graph_odometer, #graph_dpg, #graph_mpg, #graph_mpd, #graph_mpdoll {
	width:800px;
	height:300px;
}
#graph_total_cost_container, #graph_cost_per_day_container, #graph_odometer_container, #graph_dpg_container, #graph_mpg_container, #graph_mpd_container, #graph_mpdoll_container {
	width:800px;
	height:300px;
	background-color:white;
	/*border:solid black 1px;*/
	padding:10px;
	margin:10px;
}
.tickLabel { font-size:80%; }
/*.legendLabel, .legendColorBox { background-color:#fff0d0; }*/
#fuel_eco_save { font-weight:bold; font-size:28px;}

table#cost_summary thead th, table#cost_summary tbody td, table#cost_summary tfoot td {
	padding-left:10px;
	text-align:right;
}
table#cost_summary tbody th, table#cost_summary tfoot th {
	text-align:left;
}

table#car_ROI thead th {
	padding-left:10px;
}
table#car_ROI tbody td {
	text-align:right;
}
