.jk-rating-stars-container .button {
    cursor: pointer
}

    .jk-rating-stars-container .button .material-icons {
        font-size: 16px
    }

.jk-rating-stars-container .star-button {
     
}

    .jk-rating-stars-container .star-button.star-on .material-icons {
        color: #ee9a00
    }

    .jk-rating-stars-container .star-button.star-off .material-icons {
        color: #ddd
    }

.my-custom-stars .button .material-icons {
    font-size: 20px;
}

.my-custom-stars .star-button.star-on .material-icons {
    color: #003399;
}

.my-custom-stars .star-button.star-off .material-icons {
    color: #ee9a00;
}
