.fullquestion .ans.answered {
    background-color: #F9F6F6;
    border: 0 !important;
    opacity: .5;
}
.fullquestion .ans.answered.clicked {
    background-color: #E19302;
    color: #fff !important;
    border: 0 !important;
    opacity: 1;
}
.pregunta .starcount {
    background-image: url('../images/starcount.png');
}