
.star_content {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.star a {
    display: block;
    width: 100%;
    background-position: 0 0;
}

.star {
    position: relative;
    top: -1px;
    float: left;
    width: 24px;
    overflow: hidden;
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
}

.star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
}

div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #777676;
}

div.star.star_on {
    display: block;
}

div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743;
}

div.star.star_hover:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743;
}