.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%;
outline: black dotted 1px;

}

.qa-faqs .right-half {
	margin-left: 5%;

}

.qa-category {
	margin-bottom: 2px;

}

.collapsible .qa-faq-answer {
font-size: 9px;

display: none;
}

.open .qa-faq-answer {
font-size: 9px;
	display: block;

}

.qa-show-more {
	display: block;
	margin: 0px;
	font-size: 9px;

}

#qaplus_searchform {
	margin-bottom: 20px;
}

.qaplus_search {
	width: 50%;
	margin: 0 10px 0 0;
}

/* font size only of question*/
.qa-faq-anchor {
	font-size: 12px;
	padding: 0px;
    	margin: 0px;



}

/* dot points answer line height/font size */
.qa-faq-answer {
	font-size: 7px;
	padding: 0px;
    	margin: 0px;
	line-height: 19px;

}
