/* Start custom CSS */@media only screen and (max-width: 768px) {
.faq-accordion-title {
    font-size: 12px;
}
} 
.faq-accordion-title {
	font-weight: normal !important;
}
 
 
 #hideall.hideall.faqs {
	display: block !important;
}/* End custom CSS */