
/* This is called by all the FAQ pages */

.bg-faq{
	background-image: url(../images/faq/faq.png);
}


.faqpage .container{
	margin: 0 auto;
	font-size: 16px;
}

.faqpage .container .panel-heading{
	/*background-color: #616161;*/
	color: white;
}

.faqpage .container button{
	/*width: 100%;*/
	text-align: left;
	background-color: white;
	color: #0080FF;
	margin-top: 30px;
	border : 0;
	/*font-weight : bold;*/
	padding-left : 50px;
	font-size : 14pt !important;
}

.faqpage .container button:before {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: left;
    margin-right: 15px;
    margin-left : -30px;
}

.faqpage .container button.collapsed:before {
    content: "\e080";
}

.faqpage .collapse{
	/*border: 1px solid #f1f1f1;*/
	/*padding-left: 10px;*/
	font-size : 11pt;
	margin-top : 10px;
	margin-bottom: 30px;
	margin-left : 50px;
}

.faqpage .container li {
	padding-bottom : 6px;
	padding-right : 10px;
}

.faqpage .container a{
	/*color: #000 !important;*/

}