/******* EXAMPLE F *******/
.rating {
	width: 100%;
}

.rating label {
	line-height: 40px;
	color: #4F3119;
    font-family: 'NoticiaTextRegular';
	font-size: 16px;
}

.rating label strong {
	padding-left: 10px;
	padding-right: 10px;
	width: 31px;
	line-height: 29px;
	text-align: center;
	color: #FFF;
	font-family: 'QlassikBoldRegular';
	font-size: 22px;
	background-image: url(../mywaycoaching.hu/img/bg_ol.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.rating .br-widget {
	padding: 10px;
    height: 30px;
    background: url('../mywaycoaching.hu/img/bg_rating.png');
}

.rating .br-widget a {
    background: url('../mywaycoaching.hu/img/star.png');
    width: 30px;
    height: 30px;
    display: block;
    float: left;
}

.rating .br-widget a:hover,
.rating .br-widget a.br-active,
.rating .br-widget a.br-selected {
    background-position: 0 30px;
}

.br-current-rating {
	line-height: 30px;
	text-indent: 20px;
	color: #4F3119;
	font-family: 'QlassikBoldRegular';
	font-size: 22px;
}


@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio : 1.5),
(min-resolution: 192dpi) {
    .rating .br-widget a {
        background: url('../mywaycoaching.hu/img/star.png');
        background-size: 30px 30px;
    }
}