@charset "utf-8";

.star_rating_positive {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	background:url('https://www.solarreviews.com/images/star.gif') no-repeat;
	background-position:0 -32px!important;
}
.star_rating_neutral {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	background-image:url('https://www.solarreviews.com/images/star.gif');
	background-repeat:no-repeat;
}
.star_rating_text {
	display: block;
	font-weight: bold;
	padding-left:0px;
	top:22px;
	left:85px;
	position: absolute;
}
.sr_smalltext {
	font-size: 10px;
}

a.sr_link{
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
div.sr_companyscore {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
#sr_review_score {
	position:relative;
}
