@CHARSET "UTF-8";

table.co2models  {
	margin-bottom: 20px;
	margin-top: 20px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.co2models th {
	font-weight: normal;
	color: #666;
	
}

.co2models td {
	 border-bottom: 1px solid #ccc;
	 text-align: left;	 
	 padding: 0 3px;
	 height: 20px;
}

.co2models td.number {
	 text-align: right;	 
	 padding-right: 10px;
}

.co2models td.co2 {
	 text-align: center;	 
}


table.topmodels  {
	margin-bottom: 20px;
	margin-top: 20px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.topmodels th {
	font-weight: normal;
	color: #666;
	
}

.topmodels td {
	 border-bottom: 1px solid #ccc;
	 text-align: left;	 
	 padding: 0 3px;
	 height: 20px;
}

.topmodels td.number {
	 text-align: right;	 
	 padding-right: 10px;
}

.topmodels td.consumption {
	 text-align: center;	 
}

