/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 Sep, 2020, 4:34:04 PM
    Author     : ProfileGrid
*/

.pg-profile-rating span.pg-profile-reviews-avg i {
    font-size: 20px;
    width: 22px;
}


span.pg-profile-reviews-avg i {
    font-size: 22px;
    width: 24px;
    color: #e6b800;
    display: inline-block;
    text-align: center;
    margin: 0;
    font-weight: 400;
    position: relative;
    top: 2px;
}

.pg-star-rating:before {
    content: "\f005";
}

.pg-star-rating-half:before {
    content: "\f123";
}

.pg-star-rating-off:before {
    content: "\f006";
}
