#rating {
    font: 12px SegoeUIRegular;
}

div.vote-wrap {
    overflow: hidden;
}

div.vote-block {
    position: relative;
}

div.vote-hover {
    float: left;
    cursor: pointer;
}

div.vote-stars {
    position: absolute;
    left: 0;
    top: 0;
}

div.vote-active {
    position: absolute;
    left: 0;
    top: 0;
}

div.vote-result {
    font-weight: 200;
    margin-top: 32px;
    /*padding-left: 190px;*/
    padding-left: 3px;
    color: #4a5060;
}

div.vote-success {
    display: none;
    clear: both;
    font-weight: 200;
    color: #000;
    font-size: 14px;
    margin: 10px 0 0 10px;
}