._Rating {
    display: inline-block;
}

._Rating.readonly a {
    cursor: default;
}

._Rating ._RatingItem {
    display: inline-block;
}

._Rating ._RatingItem > span {
    display: inline-block;
    background-repeat: no-repeat;
}

._Rating ._RatingItem.over {
    cursor: pointer;
}
