.comments_note div.star, #myprestacommentsBlock div.star {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
}

.comments_note div.star_on, #myprestacommentsBlock div.star_hover, #myprestacommentsBlock div.star_on {
    background: url(myprestacomments/img/star.png) no-repeat scroll 0 0 transparent !important;
}

.comments_note div.star, #myprestacommentsBlock div.star, #myprestacommentsBlock div.star_on {
    background: url(myprestacomments/img/star-no.png) no-repeat scroll 0 0 transparent
}

#new_comment_form div.star {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
}

#new_comment_form div.star_hover, #new_comment_form div.star_on {
    background: url(myprestacomments/img/star.png) no-repeat scroll 0 0 transparent !important;
}

#new_comment_form div.star, #new_comment_form div.star_on {
    background: url(myprestacomments/img/star-no.png) no-repeat scroll 0 0 transparent
}

.criterions_grade .criterion.star {
    zoom: 0.5;
    opacity: 0.8;
}

#product_comments_block_tab div.comment .star_content {
    float: left;
}

#product_comments_block_tab div.comment .star_content {
    margin: 0;
}

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

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

#new_comment_form #criterions_list label {
    display: inline;
    float: left;
    margin: 6px 10px 0 60px;
    text-align: right;
    min-width: 150px;
}


.comments_note {
    width: 160px;
    margin: auto;
    font-size: 12px;
}/*
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2021 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 *

 */
.ratingValue {
    position: relative;
    top: 4px;
}

.total-rating-items-block-footer {
    padding: 20px;
}

.h3reviews {
    font-size: 20px;
    display: block;
    clear: both;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}

.addcomment {
    text-align: right;
}

.ratingStarsShort img {
    height:15px;
    width:auto;
}