.stars {
    position: relative;
    height: 14px;
    display: inline-block;
    width: 75px;
}

.stars .empty-stars,
.stars .filled-stars {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    text-align: left;
}

.stars .stars_wrap {
    overflow: hidden;
}