/*!
 * 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-custom {
    font-size: 20px;
}

.theme-custom .caption {
    margin-top: -0.2em;
}

.rating-xl {font-size: 1.50em;}
.rating-lg {font-size: 1.25em;}
.rating-md {font-size: 1em;}
.rating-sm {font-size: 0.875em;}
.rating-xs {font-size: 0.75em;}
.rating-count {font-size: 0.75em;}

.rating-1 .filled-stars {width: 20%;}
.rating-2 .filled-stars {width: 40%;}
.rating-3 .filled-stars {width: 60%;}
.rating-4 .filled-stars {width: 80%;}
.rating-5 .filled-stars {width: 100%;}

.list-rating {margin-bottom: 10px;}
