.question {
	font-weight: bold;
	line-height: 13px;
	cursor: pointer;
	margin: 10px 0;
}
.question > strong {
	color: darkblue;
}
.answer {
	margin-left: 10px;
	font-size: 11px;
	line-height: 15px;
	color: #58616C;
	margin-top: 5px;
	margin-right: 3px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #A1CF00;
	border-left-color: #A1CF00;
	padding: 4px 8px 8px;
	margin-bottom: 10px;
	font-weight: normal;
}

