.rating-stars {
    margin: 0;
    padding: 0;
}

.rating-stars div {
    font-size: 30px;
    color: #F0F0F0;
    display: inline-block;
    text-shadow: 0 0 1px #666666;
    cursor: pointer;
}

div.highlight-stars {
    color: #F4B30A;
    text-shadow: 0 0 1px #F4B30A;
}
