.answer + .post,
.answer + a#unread + .post {
	background-color: rgb(0, 0, 0);
	border-color: green;
	border-style: dashed;
	border-width: 2px;
}

.post_answer {
	background-color: rgba(0, 255, 0, 0.247) !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;
	}
}
