.djratings-wrapper .rate > .star{
    font-weight: normal;
}
.djratings-wrapper .rate.checked > .star{
    font-weight: bold;
}

.djratings-wrapper.userrating .rate-wrap:hover .rate .star{
    font-weight: normal !important;
}
.djratings-wrapper.userrating .rate-wrap .rate:hover > .star{
    font-weight: bold !important;
}

.djratings-wrapper.itemrating{
    font-size: smaller;
}