.star_content div.star.star_on:before, .star_content div.star.star_hover:before{
    content: "\f005";
    color: #FFD314;
    font-family: "FontAwesome";
    display: inline-block;
}
.star_content div.star:before {
    content: "\f005";
    color: #ccc;
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 16px;
}