/* Title of each section */
.tb_faq_title {
	font-size: 20px;
    text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #337ab7;
}
/* Question in Bold, with no space */
.tb_faq_question {
	font-size: 16px;
	font-weight: bold;
}
/* Answer with less space than the app does */
.tb_faq_answer {
	margin-top: -10px;
	margin-bottom : -20px;
}
/* Stylish bullet */
.tb_faq_list {
	list-style-type: circle;
}