.rating {
    font-size: 32px;
}

.btnRating {
    font-weight: bold;
}

.btnLike {
    /* color: #5cb85c; */
    color: green !important;
}
.btnDislike {
    /* color: #d9534f; */
    color: red !important;
}

.btnRating.btn-danger,.btnRating.btn-success {
    color: #fff !important;
}
