.heat-rating {
	margin: 0px auto;
	width: 280px;
}
.rating-block {
	height: 25px;
	width: 25px;
	display: inline-block;
	float: left;
	cursor: pointer;
	opacity: 0.4;
}
.ratings {
	font-size: 14px;
	line-height: 25px;
	margin-left: 10px;
	display: inline-block;
}
.one {
	background-color: #cb202d;
}
.one-half {
	background-color: #DE1D0F;
}
.two {
	background-color: #FF7800;
}
.two-half {
	background-color: #FFBA00;
}
.three {
	background-color: #EDD614;
}
.three-half {
	background-color: #9ACD32;
}
.four {
	background-color: #5BA829;
}
.four-half {
	background-color: #3F7E00;
}
.five {
	background-color: #305D02;
}


.text-one {
	color: #cb202d;
}
.text-one-half {
	color: #DE1D0F;
}
.text-two {
	color: #FF7800;
}
.text-two-half {
	color: #FFBA00;
}
.text-three {
	color: #EDD614;
}
.text-three-half {
	color: #9ACD32;
}
.text-four {
	color: #5BA829;
}
.text-four-half {
	color: #3F7E00;
}
.text-five {
	color: #305D02;
}