.rating-box-container {
    text-align: right;
    width: 100%;
}

.ratings{
    position:relative;
    vertical-align:middle;
    display:inline-block;
    color:#b1b1b1;
    overflow:hidden
}
.full-stars{
    position:absolute;
    left:0;
    top:0;
    white-space:nowrap;
    overflow:hidden;
    color:#fde16d;
    -webkit-text-stroke:1px orange
}
.empty-stars:before,
.full-stars:before{
    content:"\2605\2605\2605\2605\2605";
    font-size:14pt
}
.empty-stars:before{
    -webkit-text-stroke:1px #848484
}