.ratings button i {
    color:#cecece;
}
.ratings:hover button i  {
    color:#ce0000 !important;
    transition: 0.5s;
}
.ratings:hover button:hover ~ button i  {
    color:#cecece !important;
    transition: 0.5s;
}
.vote-holder{
    font-weight:400;
}

