#faq-list {
    margin-bottom: 1.8em;
}

.question {
	color: #006e91;
	margin-top: 5px;
	margin-bottom: 2px;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 5px;
}
.ansver {
	background: #f8f8f8;
	position: relative;
}
.ansver .a_letter {
	position: absolute;
	font-size: 1.2em;
	font-weight: bold;
	color: #006e91;
	left: 5px;
}
.ansver .white_border	{
	padding: 5px 27px 5px 2.2em;
}
.ansver p {
	margin: 0px;
}
.grey_border {
	border: 1px #e1e1e1 solid;
}
.white_border {
	border: 1px #fff solid;
}