.happy_star_on {
    background-image: url(../img/rating-star-on.png);
}

.happy_star_off {
    background-image: url(../img/rating-star-off.png);
}

#close_from_rating {
    color: white;
}

#survey-comment {
    border-color: #139BD6;
}

#button-rate-send-rating-sfr:hover {
    background-color: #1B2157;
    color: white;
}

#button-rate-send-rating-sfr p:hover {
    color: white !important;
}