<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pd-container{
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
}
.pd-prec{
    top: 30px;
    position: relative;
    font-size: 30px;
}

.pd-circle{
    position: relative;
    top: 5px;
    left: 5px;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #E6F4F7;
}

.pd-active-border{
    position: relative;
    text-align: center;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    margin: 0 auto;
    color: #000;
}

.pd-name{
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}

#star-box{
    text-align: center;
    font-size: 40px;
}

#star-box i{
    font-size: 70px;
    margin: 5px 15px;
}

#star-box i.fa-star, #star-box i.fa-star-half{
    color: yellow;
}

#star-box i.fa-star-o{
    color: gray;
}</pre></body></html>