.faq-title {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 20px;
	color: #666666;
}

.faq-subject {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #666666;
}

.faq-container {
	border: 1px solid #0088cc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px !important;
	margin: 0px 0 8px 0 !important;
}

.faq-container>.toggle {
	margin: 0 !important;
}

.faq-container>.toggle-open {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'><path stroke-linecap='round' stroke-linejoin='round' d='M4.5 15.75l7.5-7.5 7.5 7.5' /></svg>") !important;
}

.faq-container>.toggle-closed {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'><path stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /></svg>") !important;
}

.faq {
	display: block;
	margin: 0 0 0 10px !important;
	font-size: 11pt;
}

.faq-answer {
	font-size: 10pt;
	line-height: 150%;
	margin: 24px;
	color: #555
}