
.more_info {
	display: none;
} 
.more_info p:first-child {
	margin-top: 0px !important;
}

.faq_icon {
	display: block;
	width: 23px;
	height: 23px;
	background-color: #f90000;
	color: #ffffff;
	line-height: 23px;
	text-decoration: none;
}

.faq_icon:focus,
.faq_icon:active,
.faq_icon:hover {
	text-decoration: none;
}

.faq_plus {
	width: 23px;
	line-height: 22px;
	vertical-align: middle;
	font-size: 23px;	
	text-align: center;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
}

.close_icon {
	display: none;
	margin-top: 10px;
	float:right;
	z-index: 2;
	width: 23px;
	height: 23px;
	background-color: #c4c4c4;
	color: #ffffff;
	line-height: 23px;
	text-decoration: none;
}

.close_plus {
	padding-left: 1px;
	width: 23px;
	line-height: 22px;
	vertical-align: middle;
	font-size: 23px;	
	text-align: center;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}
