.answer + .postbody,
.answer + a#unread + .postbody {
	border: 1px solid #78dd78;
}
.best_answer_post {
	background-color: rgba(0,255,0,0.4);
	font-size: 0.7em;
	font-weight: 600;
	border-radius: 5px;
    padding: 0 3px;
	display: inline-flex;
	align-items: center;
}
.post_answer {
	background-color: rgba(234,248,226,0.5) !important;
	padding: 5px;
	border-radius: 5px;
	width: 97.5% !important;
	margin-bottom: 17px;
	border: 1px solid #78dd78;
}
/*.profile-answers {
	margin-left: 8px;
}*/
.profile-answers a {
	font-weight: normal;
}
@media (max-width: 700px) {
	div.profile-answers {
		display: none;
	}
}