.comment-stars .stars span {
    font-size: 24px;
    cursor: pointer;
    color: #ccc;
}
.comment-stars .stars span.hover,
.comment-stars .stars span.selected {
    color: gold;
}
.comment-star-rating {
    margin-bottom: 5px;
    font-size: 18px;
}
