  /** EXAMPLE F **/
.star_rate .br-widget {
    height: 24px;
}
.star_rate .br-widget a {
    background: url('/js/star_rate/img/star.png');
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}
.star_rate .br-widget a:hover,
.star_rate .br-widget a.br-active,
.star_rate .br-widget a.br-selected {
    background-position: 0 24px;
}
/** EXAMPLE G **/

.rating-g .br-widget {
    height: 25px;
}

.rating-g .br-widget a {
    display: block;
    width: 50px;
    height: 16px;
    float: left;
    background-color: #e3e3e3;
    margin: 1px;
}

.rating-g .br-widget a.br-active,
.rating-g .br-widget a.br-selected {
    background-color: #59a6d6;
}

.rating-g .br-widget .br-current-rating {
    line-height: 1.1;
    float: left;
    padding: 0 20px 0 20px;
    color: #646464;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio : 1.5),
(min-resolution: 192dpi) {
    .star_rate .br-widget a {
        background: url('/js/star_rate/img/star@2x.png');
        background-size: 24px 48px;
    }
}