.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
.qa-faq.qa-hovered {
	background:#f1f1f1;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.qa-faq {
	padding:0 10px;
	border-radius: 4px;

}
.qa-faqs .left-half, .qa-faqs .right-half {
	float: left;
	width: 45%;
}

.qa-faqs .right-half {
	margin-left: 5%
}

.qa-category {
	margin-bottom: 30px;
}

.collapsible .qa-faq-answer {
	display: none;
}

.open .qa-faq-answer {
	display: block;
}

.qa-show-more {
	display: block;
	margin: 10px 0 0;
	font-size: 80%;
}

#qaplus_searchform {
	margin-bottom: 20px;
}

.qaplus_search {
	width: 50%;
	margin: 0 10px 0 0;
}
.qa-loading {
	background:url('ico_loading.gif') no-repeat;
	height:11px;
	width:16px;
	margin:5px 0 5px 15px;
}
.dividing-line {
	clear: left;
	border: 1px solid #e5e5e5;
}
.accordion-faq {
	cursor: pointer;
	padding: 11px 12px 5px 12px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	text-decoration: underline;
}
.accordion-faq a {color: #2e2e2e!important;}
.panel-faq {
	padding: 4px 18px;
	color: #2e2e2e!important;
}