#faqList {
	clear : both;
	width : 90%;
	margin : 0 auto 9% auto;
    border-bottom : solid 1px #c8c8c8;
}

.qindex {
	position : relative;
	padding : 14px 30px 15px 0;
	cursor : pointer;
    font-weight : 600;
	border-top : solid 1px #c8c8c8;
    line-height : 1.4em;
}

.qindex:after {
	content : "";
	display : inline-block;
	position : absolute;
	top : 44%;
	right : 7px;
	width : 13px;
	height : 13px;
	border-right : 4px solid #c8c8c8;
	border-bottom : 4px solid #c8c8c8;
	transform : translateY(-50%) rotate(45deg);
	transition : .3s;
}

.qindex.open:after {
	transform : rotate(225deg);
}

.qindex span {
    float : left;
    width : 28px;
    margin-right : 10px;
    padding : 4px 0 3px 0;
    text-align : center;
    color : #ffffff;
    background : #0f75bd;
    font-size : 130%;
	font-family : "bebas-neue",sans-serif;
	font-weight : 400;
    border-radius: 7px;
    vertical-align: -5px;
}

.answer {
	display : none;
    overflow : hidden;
	margin-bottom : 20px;
	padding : 20px 20px 20px 18px;
    background : #efefef;
	border-radius : 8px;
    line-height : 1.5em;
}

.answer span {
    float : left;
    width : 28px;
    margin-right : 15px;
    padding : 4px 0 3px 0;
    text-align : center;
    color : #ffffff;
    background : #a5cd39;
    font-size : 140%;
	font-family : "bebas-neue",sans-serif;
	font-weight : 400;
	font-style : normal;
    border-radius: 8px;
}