.starrr {
    display: inline-block;
    width: 100%;
    text-align: left;
    }
.starrr a {
    font-size: 1.6em;
    padding: 0 1px;
    cursor: pointer;
    color: #ffa435;
    text-decoration: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    width: 15%;
}

.fa-star-o{
    color: #847a74 !important;
}
