﻿.ratingStar {
	width: 24px;
	height: 24px;
	display: inline-block;
	background-image: url('/img/star-white-3.png');
	background-repeat: no-repeat;
	background-size: contain; /* nebo 'cover' */
	overflow: visible;
}

.filledRatingStar {
	background-image: url('/img/star-yellow-3.png');
}

.emptyRatingStar {
	background-image: url('/img/star-white-3.png');
}

.savedRatingStar {
	background-image: url('/img/star-yellow-3.png');
}
