.rating a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #af9e33;
    text-decoration: none;
    margin-right: 2px;
}
.rating a:hover , .rating a:active , .rating a:visited , .rating a:focus {
    color: #af9e33;
}
.my-rating-review a {
    font-size: 26px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none;
    margin-right: 2px;
}
.my-rating-review {
    white-space: nowrap;
}