﻿.jk-rating-stars-container {
    display: block;
}

.jk-rating-stars-container .button {
    cursor: default;
}
.jk-rating-stars-container .button .material-icons {
    font-size: 30px;
}
.jk-rating-stars-container .star-button {
    text-shadow: .06em .04em #000;
}
.jk-rating-stars-container .star-button.star-on .material-icons {
    color: #ee9a00;
}
.jk-rating-stars-container .star-button.star-off .material-icons {
    color: #ddd;
}
.jk-rating-stars-container .star-button.star-hover .material-icons {
    color: green;
    cursor: pointer;
}
.jk-rating-stars-container .star-button.star-half .material-icons {
    /*color: linear-gradient(to right, #ee9a00, #ddd);*/
}
.jk-rating-stars-container .star-button.star-readonly .material-icons {
    cursor: default
}
.jk-rating-stars-container .rating-text {
    font-size: 38px;
}

/* Change the icon.  Hide the spanned one, show the new one. */
/*
.jk-rating-stars-container .star-button.star-hover .material-icons span{
    display: none;
}
.jk-rating-stars-container .star-button.star-hover .material-icons:after {
    content: 'face'
}
*/