.answer + .post,
.answer + a#unread + .post {
	background-color: #ffce77;
}

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

.profile-answers {
	margin-left: 8px;
	visibility: hidden;
    position: absolute;
}

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

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