.icon-mark-answer-button {
	height: 14px;
	font-weight: bold;
	font-size: 11px;
	color: #434343;
}

.icon-mark-answer-button:hover {
	color: #006ac6;
}

.unmark-answer-button {
	cursor: pointer;
	display: inline-block;
	height: 18px;
	font-size: 13px;
	white-space: nowrap;
	border: 1px solid transparent;
	border-radius: 4px;
	background: transparent none 0 0 repeat-x;
	padding: 2px 8px;
	font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
	position: relative;
	text-decoration: none !important;
	outline-style: none !important;
	vertical-align: bottom;
}

.icon-unmark-answer-button, .icon-unmark-answer-button:hover {
	height: 14px;
	font-weight: bold;
	font-size: 11px;
	background-color: #902600;
	color: #FFFFFF;
}

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

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

.btn-post {
	background-color: #b3b3b3;
}

.btn-answer {
	background-color: #74a100;
}

.bestanswer + .post,
.bestanswer + a#unread + .post {
	background-color: #EAF8E2;
}
