.rating-block{
    margin: 25px auto;
    padding-bottom: 25px;
    text-align: center;
}
.rating-block p.h4{
    font-size: 0.9em;
    font-weight: bolder;

    padding-top: 5px;
    margin-right: 10px;
    color: #B9B9B9;
    display: inline-block;
}

.rating-block .rating-wrapp{
    /* max-width: 755px; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


.star-wrap{
    display: inline-block;
    width: 15px;
    height: 15px;
    padding-bottom: 10px;
}

.rating-text,
.rating-block p.h4,
.rating-wrapp .rating{
    display: inline-block;
    vertical-align: middle;
}

.star-wrap #star path{
    fill: #B9B9B9;
    stroke-width: 1px;
    stroke: #B9B9B9;
}

.star-wrap.rating_45 #star mask rect{
    stroke-width: 1px;
    stroke: red;
}
.star-wrap.rating_45 #star path{
    mask: url("#mask4489");
}

.star-wrap.rating_40 #star path{
    fill: transparent;
}

.rating-block .rating-text{
    display: inline-block;
    margin-left: 10px;
    color: #B9B9B9;
}

.newpage .rating-block .rating-wrapp{
    max-width: 100%;
    text-align: center;
}