/* Star placeholder color */
.raterater-bg-layer {
    color: transparent;
}

/* Star color on hover */
.raterater-hover-layer {
    color: #ffcd00;
}

/* Star color after rating */
.raterater-hover-layer.rated {
    color: #fade6a;
}

/* Initial star color */
.raterater-rating-layer {
    color: #ffda00;
}

/* Color of the star outline */
.raterater-outline-layer {
    color: #ffda00;
}


/* don't change these - you might break something.. */

.raterater-wrapper {
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}

.raterater-layer,
.raterater-layer i {
    -webkit-overflow-scrolling: touch;
    display: block;
    position: absolute;
    overflow: visible;
    top: 0px;
    left: 0px;
}

.raterater-hover-layer {
    display: none;
}

.raterater-hover-layer i,
.raterater-rating-layer i {
    width: 0px;
    overflow: hidden;
}
