.rating-score {
    color: #71c005;
    font-weight: 600;
}
.rating-bar {
    white-space: nowrap;
    background-color: #e3e3e3;
}
.comment-wrap .rating-bar {
    margin: 0 5px 0 0;
}
element.style {
    vertical-align: middle;
}
.rating-bar-fill {
    background: #71c005;
    background: linear-gradient(to right,#71c005 0,#88dd06 100%);
}
.rating-bar-empty, .rating-bar-fill {
    display: block;
    float: left;
    height: 10px;
    font-size: 1px;
}
