.starReviews .review-productId { display:none; }
.starReviews .rating-new .br-widget a {
    background: url('../img/star.png');
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}

.starReviews .rating-new .br-widget a:hover,
.starReviews .rating-new .br-widget a.br-active,
.starReviews .rating-new .br-widget a.br-selected {
    background-position: 0 24px;
}
.form-add-review .help-block{line-height: 5px}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio : 1.5),
(min-resolution: 192dpi) {
    .reviews .rating-new .br-widget a {
        background: url('../img/star@2x.png');
        background-size: 24px 48px;
    }
}