.stars-0::before, .stars-1::before, .stars-2::before, .stars-3::before, .stars-4::before, .stars-5::before, .stars-0-half::before, .stars-1-half::before, .stars-2-half::before, .stars-3-half::before, .stars-4-half::before, .stars-5-half::before {
    font-family: FontAwesome;
    font-size: 20px;
    color: #fdd900;
    letter-spacing: 5px;
}
/*
.stars-0-half::before,
.stars-1-half::before,
.stars-2-half::before,
.stars-3-half::before,
.stars-4-half::before,
.stars-5-half::before {
    font-family: FontAwesome;
    font-size: 20px;
    color: #fdd900;
    letter-spacing: 5px;
}
*/

.stars-0::after, .stars-1::after, .stars-2::after, .stars-3::after, .stars-4::after, .stars-5::after, .stars-0-half::after, .stars-1-half::after, .stars-2-half::after, .stars-3-half::after, .stars-4-half::after, .stars-5-half::after {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
}
/*

.stars-0-half::after,
.stars-1-half::after,
.stars-2-half::after,
.stars-3-half::after,
.stars-4-half::after,
.stars-5-half::after {
    padding-left: 10px;
    padding-right: 5px;
    font-size: 16px;
}
*/

/*------ 0 ----------*/

.stars-0::before {
    content: "\f006 \f006 \f006 \f006 \f006";
}
.stars-0::after {
    content: "0";
}
/*------ 0-half ----------*/

.stars-0-half::before {
    content: "\f123 \f006 \f006 \f006 \f006";
}
.stars-0-half::after {
    content: "0.5";
}
/*------ 1 ----------*/

.stars-1::before {
    content: "\f005 \f006 \f006 \f006 \f006";
}
.stars-1::after {
    content: "1";
}
/*------ 1-half ----------*/

.stars-1-half::before {
    content: "\f005 \f123 \f006 \f006 \f006";
}
.stars-1-half::after {
    content: "1.5";
}
/*------ 2 ----------*/

.stars-2::before {
    content: "\f005 \f005 \f006 \f006 \f006";
}
.stars-2::after {
    content: "2";
}
/*------ 2-half ----------*/

.stars-2-half::before {
    content: "\f005 \f005 \f123 \f006 \f006";
}
.stars-2-half::after {
    content: "2.5";
}
/*------ 3 ----------*/

.stars-3::before {
    content: "\f005 \f005 \f005 \f006 \f006";
}
.stars-3::after {
    content: "3";
}
/*------ 3-half ----------*/

.stars-3-half::before {
    content: "\f005 \f005 \f005 \f123 \f006";
}
.stars-3-half::after {
    content: "3.5";
}
/*------ 4 ----------*/

.stars-4::before {
    content: "\f005 \f005 \f005 \f005 \f006";
}
.stars-4::after {
    content: "4";
}
/*------ 4-half ----------*/

.stars-4-half::before {
    content: "\f005 \f005 \f005 \f005 \f123";
}
.stars-4-half::after {
    content: "4.5";
}
/*------ 5 ----------*/

.stars-5::before {
    content: "\f005 \f005 \f005 \f005 \f005";
}
.stars-5::after {
    content: "5";
}