
.faq-page{
	margin-top: 20px;
}
.faq-page h2.panel-title a{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.faq-page h2.panel-title{
	margin: 0;
	padding: 15px 0;
}
.faq-page h3.panel-title a{
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}
.faq-page h3.panel-title{
	margin: 0;
	padding: 5px 0;
}
.faq-page h2.panel-title a:hover,
.faq-page h3.panel-title a:hover{
	text-shadow: 2px 5px 5px #8a95a65e;
}
.faq-questions{
	position: relative;
	margin-left: 22px;
	padding: 5px 5px 10px 15px;
	border: 1px solid #edeff1;
}
.faq-questions .panel-collapse{
	margin-left: 15px;
	border-left: 2px solid #5ac7f8;
}
.faq-questions .panel-body{
	margin-left: 15px;
    min-height: .01%;
    overflow-x: auto;
}
.faq-questions .panel-default:hover .panel-collapse.in{
	background: #eeeeee65;
}
.faq-sections .faq-ico-wrap{
	text-align: center;
	display: inline-block;
	width: 32px;
	height: 32px;
}
.faq-sections .faq-ico-wrap img{
	max-width: 100%;
}
.faq-questions .faq-ico-wrap{
	display: inline-block;
	text-align: center;
	margin-left: 8px;
	width: 16px;
	height: 16px;
}
.faq-questions .faq-ico-wrap img{
	max-width: 100%;
}
/*Right triangle, placed bottom right side slightly in*/
.triangle-border {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.triangle-border:before {
	content:"";
	position:absolute;
	bottom:-10px; /* value = - border-top-width - border-bottom-width */
	left:10px; /* controls horizontal position */
    border-width:10px 10px 0;
	border-style:solid;
    border-color:#edeff1 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
	content:"";
	position:absolute;
	bottom:-7px; 
	left:27px; 
	border-width:7px 7px 0;
	border-style:solid;
	border-color:#fff transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}
/* creates the larger triangle */
.triangle-border.top:before {
	top:-10px; 
	bottom:auto;
	left:auto;
	left:20px; 
    border-width:0 10px 10px;
}

/* creates the smaller  triangle */
.triangle-border.top:after {
	top:-7px; 
	bottom:auto;
	left:auto;
	left:23px; 
    border-width:0 7px 7px;
}

.faq-notify{
	margin-top: 30px;
}
/* .faq-notify p{
	margin-left: 40px;
	padding-top: 3px;
}
*/
.faq-notify b{
    padding-bottom: 5px;
    display: block;
} 


.faq-page table{
    max-width: 100%;
	margin: 20px 0 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
    border-spacing: 0;
    border-collapse: collapse;
}

.faq-page .table-bordered>tbody>tr>td, 
.faq-page .table-bordered>tbody>tr>th, 
.faq-page .table-bordered>tfoot>tr>td, 
.faq-page .table-bordered>tfoot>tr>th, 
.faq-page .table-bordered>thead>tr>td, 
.faq-page .table-bordered>thead>tr>th {
    border: 1px solid #000;
}

.faq-page table p{
	margin-bottom: 5px;
	font-size: 0.85em;
}
.faq-page table tr:first-of-type p{
	font-size: 1em;
	font-weight: bold;
}
.faq-page table tr:first-of-type{
	background-color: rgba(90, 199, 248, 0.22);
}

@media(max-width: 767px)
{
	.faq-questions .faq-ico-wrap{
		text-align: left;
		margin-left: 0px;
		width: 5px;
		height: auto;
	}
	.faq-questions .faq-ico-wrap img{
		display: none;
	}
	.faq-questions .faq-ico-wrap span:before{
		content: "\2022";
	}
}
