.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.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;
	margin-top: 15px !important; 
	font-weight: bold !important;
}

.open .qa-faq-answer {
	display: block;
	margin-top: 20px;
}

.qa-show-more {
	display: block;
	margin: 10px 0 0;
	font-size: 100%;
}

#qaplus_searchform {
	margin-bottom: 20px;
}

.qaplus_search {
	width: 50%;
	margin: 0 10px 0 0;
}

.qa-faq-title h3 {
	font-size: 20px; 
	font-weight: 600; 
	margin: 25px 0; 
}

.qa-faq-anchor {
	font-size: 18px !important;
	font-weight: 600 !important;
	margin: 25px 0 !important;
	text-decoration: underline !important;
}