

.scale {
	font-size: 150%;
}
.tdscale {
	color:white;	
	background: rgb(150, 150, 150);
	background: linear-gradient(180deg, rgb(115, 115, 115) 0%, rgb(192, 192, 192) 100%);
}

.scale0:hover, .scale0.scaleact {
	background:#cd0000;
}
.scale1:hover, .scale1.scaleact {
	background:#e60000;
}
.scale2:hover, .scale2.scaleact {
	background:#ff0000;
}
.scale3:hover, .scale3.scaleact {
	background:#ff4d4d;
}
.scale4:hover, .scale4.scaleact {
	background:#f29436;
}
.scale5:hover, .scale5.scaleact {
	background:#eebf48;
}
.scale6:hover, .scale6.scaleact {
	background:#fae78a;
}
.scale7:hover, .scale7.scaleact {
	background:#b4f7af;
}
.scale8:hover, .scale8.scaleact {
	background:#80f177;
}
.scale9:hover, .scale9.scaleact {
	background:#32e824;
}
.scale10:hover, .scale10.scaleact {
	background:#20bc14;
}

/* Honda Side */
.honda-side {
	border:2px dotted #cc2c2c;
	padding: 15px;margin:25px 5px; 
}
	.honda-title {
		background: #cc2c2c;border-radius: 5px;
		padding: 0px 15px;
		color: white;
		width: 25%;max-width:150px;
		text-align: center;
		position: relative;
		top: -35px;
	}


/* Comp Side */
.comp-side {
	border:2px dotted #2c2ccc;
	padding: 15px;margin:25px 5px; 
}
	.comp-title {
		background: #2c2ccc;border-radius: 5px;
		padding: 0px 15px;
		color: white;
		width: 25%;max-width:150px;
		text-align: center;
		position: relative;
		top: -35px;
	}