/****** Style Star Ratings Widget *****/
.rating { 
	border: none;
	float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
	margin: 5px;
	font-size: 1.25em;
	display: inline-block;
}
.rating > .half:before { 
	content: "\f089";
	position: absolute;
}
.rating > label { 
	float: right; 
}
.barely-visible {
	opacity: 0.3;
}
.featured{
	border: 1px solid;
}