.tx-irfaq-toggle-plus, .tx-irfaq-toggle-minus, .tx-irfaq-dynheader{
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:flex;
	flex-direction:row;
	align-items: left;
}
.tx-irfaq-toggle-faq{
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tx-irfaq-toggle-plus{
	background:none;
}
.tx-irfaq-toggle-plus:before{
	content: "\e626"; 
	font-size:0.5em; 
	font-family: 'icomoon';
	align-self:center;
	padding-right:15px;
}
.tx-irfaq-toggle-minus{
	background:none;
}
.tx-irfaq-toggle-minus:before{
	content: "\e625"; 
	font-size:0.5em; 
	font-family: 'icomoon';
	align-self:center;
	padding-right:15px;
}
.tx-irfaq-toggle-faq:before{
	content: "\e61c"; 
	font-family: 'icomoon';
}
.panel-irfaq{
	margin-bottom:0.3em;
}
.panel-default > .panel-heading{
	color:#0063a6;font-size:1.2em;
}

