.no_questions {
	margin: 50px 0;
	text-align: center;
	font-weight: bold;	
}

.faq_container {
	width: 98%;
	margin: 30px auto;
}

.faq_container span {
	letter-spacing: 0;
}
.faq_container p {
	font-weight: 200;
	line-height: 1.5;
	font-size: 14px;
}

.faq_container .toggle:first-child {
	border-top: 1px solid #dddddd;
}
.faq_container .toggle {
	border-bottom: 1px solid #dddddd;
}
.faq_container .toggle .toggle-title {
	position: relative;
	display: block;
	margin-bottom: 6px;
}
.faq_container .toggle .toggle-title h3 {
	padding-right: 35px;
	font-size: 1.1em;
	margin: 0;
	line-height: 1.2;
	cursor: pointer;
	font-weight: bold;
}
.faq_container .toggle .toggle-inner {
	padding: 7px 15px 10px 15px;
	display: none;
	margin: -7px 0 6px;
}
.faq_container .toggle .toggle-inner div {
	max-width: 100%;
}
.faq_container .toggle .toggle-title .title-name {
	display: block;
	padding: 16px 15px 9px 10px;
}
.faq_container .toggle .toggle-title a i {
	font-size: 22px;
	margin-right: 5px;
}
.faq_container .toggle .toggle-title i {
	position: absolute;
	background: url('images/down.png') right 7px no-repeat;
	width: 16px;
	height: 25px;
	transition: all 0.3s ease;
	margin: 10px;
	right: 0;
}
.faq_container .toggle .toggle-title.active i {
	background: url('images/up.png') right 7px no-repeat;
}