.voting_wrapper{
    width: 50%;
    clear: both;
    margin-bottom: 25px;
    margin-left: 1.5%;
}

.voting_score_wrapper{
    font-weight: bold;
    font-size: 10pt;
    color: #333;
    clear: both;
}

.voting_circle{
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    background: url("../../images/icons/voting_empty.gif") no-repeat center;
    background-size: 18px 18px;
}

.filled_circle{
    background-image: url("../../images/icons/voting_filled.gif") !important;
}

