.mbb-best-answer{
	font-size: 3rem;
	opacity: 1;
	transition: 0.2s ease all;
	color: rgba(0,0,0,0.1);
}
.mbb-best-answer[data-is_best_answer='1']{
	color: #28a745;
	opacity: 1;
}
.mbb-best-answer.mbb-best-answer-processing{
	transform: scale(0.8);
    -webkit-animation: best-pulse 1s infinite ease-in-out;
    -o-animation: best-pulse 1s infinite ease-in-out;
    -ms-animation: best-pulse 1s infinite ease-in-out; 
    -moz-animation: best-pulse 1s infinite ease-in-out;     
    animation: best-pulse 1s infinite ease-in-out;
}
@keyframes best-pulse {
    0% { opacity: 0.5; }
    30% { opacity: 1; }
    100% { opacity: 0.5; }
}
@-webkit-keyframes best-pulse {
    0% { opacity: 0.5; }
    30% { opacity: 1; }
    100% { opacity: 0.5; }
}


.bbp-reply-bestanswer-vertical .mbb-best-answer{
	text-align: center;
}

ul.topic.mbb_qa_topic-answered .bbp-topic-reply-count{
	background-color: #28a745;
	color: white;
}


/*
body.bbpress.topic .reply{
  	transition: 0.4s ease all;
	border: 4px solid transparent;
}
body.bbpress.topic .reply.mbb-is-best-answer{
	border: 4px solid green;
	background-color: #d0f9d0;
}
*/
