.answer + .post,
.answer + a#unread + .post {
	background-color: #111111;
	border: 1px solid #3793E4;
}

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

.full_post, .full_post:hover {
	border-radius: 4px;
	font-family: Arial;
	color: #ffffff;
	background-color: #3793E4;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

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

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

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