.star-rating {
    width: 0;
    position: relative;
    display:inline-block;
    background-image: url(star_0.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    cursor: pointer;
}

.rater-step {
    width: 75px !important;
    height: 14px;
    background-size: 15px;
}

.star-rating .star-value {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('star_1.png') ;
    background-repeat: repeat-x;
}

.rater-step .star-value {
    background-size: 15px !important;
}

/* .author-raterjs .star-rating .star-value{background: url('star_2.png') ;} */
.star-rating.disabled {
    cursor: default;
}

.star-rating.is-busy {
    cursor: wait;
}

.star-rating .star-value.rtl {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    right: 0;
    left: auto;
}

.article-detail-raterjs{
    width: 100%;
    float: left;
    background: #f9f9f9;
    padding: 10px 20px;
    text-align: center;
}

.article-detail-raterjs h6{
    font-size: 16px;
    margin-bottom: 10px;
    color: #105CB6;
}

.reader-note{
    margin-bottom: 10px;
    color: #7f7f7f;
    font-size: 13px;
}
.reader-note span{
    font-size: 14px;
}