.kiyoh-tww {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.kiyoh-wrapper {
    display: flex;
    align-items: center;
}
.kiyoh-wrapper .stars-wrapper {
    float: left;
    width: 91px;
    background: url('../images/rating-sprite.png') no-repeat 0 -15px;
    height: 15px;
    margin: 0 8px;
}
.kiyoh-wrapper .stars-wrapper .icon-stars {
    height: 15px;
    background: url('../images/rating-sprite.png') no-repeat 0 0;
    margin: 0;
    padding: 0;
}
