span.star-active
{
	cursor: pointer;
}

span.star-empty
{
	background-image: url(images/empty.svg);
	width:16px;
	height:15px;
	overflow:hidden;
	display: inline-block;
}

span.star-voted
{
	background-image: url(images/voted.svg);
	width:16px;
	height:15px;
	overflow:hidden;
	display: inline-block;
}

span.star-over
{
	background-image: url(images/over.svg);
	width:16px;
	height:15px;
	overflow:hidden;
	display: inline-block;
}
.rating-block .vote-result{
	padding-left: 5px;
}
.vote-result {
	color: #9da0a1;
	font-size: 15px;
}
.rating-block{
	font-size: 1rem;
	line-height: 1.5;
}