.comments_note div.star, #myprestacommentsBlock div.star {
    float: left;
    width: 16px;
    height: 16px;
}

.comments_note div.star_on, #myprestacommentsBlock div.star_hover, #myprestacommentsBlock div.star_on {
    background: url(img/star.svg) no-repeat scroll center !important;
    background-size: 16px !important;
}

.comments_note div.star, #myprestacommentsBlock div.star, #myprestacommentsBlock div.star_on {
    background: url(img/star-no.svg) no-repeat scroll center;
    background-size: 16px;
}

#new_comment_form div.star {
    float: left;
    width: 20px;
    height: 20px;
}
#new_comment_form div.star_hover, #new_comment_form div.star_on {
    background: url(img/star.svg) no-repeat scroll center !important;
    background-size: 22px !important;
    margin-right: 3px;
}

#new_comment_form div.star, #new_comment_form div.star_on {
    background: url(img/star-no.svg) no-repeat scroll center;
    background-size: 22px;
    margin-right: 3px;
}
#product_comments_block_tab div.comment .star_content {
    margin: 0;
    margin-bottom:10px;
}

.comment_product .star_content {
    width: 80px;
    display: block;
    margin: auto !important;
    float: none !important;
    padding-top: 5px;
}

#new_comment_form div.star a, #myprestacommentsBlock .star a {
    display: none;
}