.answer + .post,
.answer + a#unread + .post {
	background-color: #EAF8E2;
	border: 3px solid #78A100;
}

span.ba-answered {
    color: white;
    font-weight: bold;
    background-color: green
}

.post_answer {
	background-color: #EAF8E2 !important;
	padding: 10px;
	border-radius: 7px;
	width: 97.5% !important;
	margin-bottom: 17px;
}

.profile-answers {
	margin-left: 8px;
}

.profile-answers a {
	font-weight: normal;
}

@media (max-width: 700px) {
	div.profile-answers {
		display: none;
	}
}
