div.star-active svg {
	fill: #5A819E;
	cursor: pointer;
}

div.star-empty svg {
	fill: #fff;
}

div.star-voted svg {
	fill: #5A819E;
}

div.star-over {
	display: flex;
}

div.star-over svg {
	fill: #5A819E;
}

@media screen and (max-width: 768px) {
	div.star-active svg,
	div.star-empty svg,
	div.star-voted svg,
	div.star-over svg {
		width: 10px;
	}
	
}