.glyphicon-star, .glyphicon-star-empty {
    color:gold;
    font-size: x-large;
}

.rating-xxl > .glyphicon {
    font-size: xx-large;
}

.bg-light {
    background-color: #f8f9fa !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}


