i.star-highlighted {
    color: orange !important;
}

h2.fiveStarHeading {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

i.fa-star-half {
    color: #FF3399;
    cursor: pointer;
    font-size: 1.9em;
    transition: 0.15s ease-in color;
}

i.invert {
    transform: rotateY(180deg);
    margin-left: -6px;
}