/*!
 * Krajee Font Awesome Theme styling for bootstrap-star-rating.
 * This file must be loaded after 'star-rating.css'.
 *
 * @see http://github.com/kartik-v/bootstrap-star-rating
 * @author Kartik Visweswaran <kartikv2@gmail.com>
 */
.theme-krajee-fa .star {
    font-size: 1.1em;
}

/*.theme-krajee-fa .caption {
    margin-top: -0.2em;
}*/


.rating-container .rating-stars {

    cursor:default;
}

.rating-container .star {
    margin: 0 1.5px;
}


.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #ffff00;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #191900;

}