.acc {
	list-style: none;
	color: #033;
	margin: 0;
	color: #494949;
	text-decoration: none;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	font-size: 20px;
	cursor: pointer;
	font-weight: normal !important;
	text-align:left;		
}
.acc h3 {
	background: #FFF;
	box-shadow: 0 1px 1px 0px #CCC;
	padding: 5px 15px;
	margin: 15px 0 0;
	font-weight: normal!important;
	border-radius: 8px;
	font-size: 18px;
	line-height:40px;
}
.acc h3:after {
	content: "+";
	margin-left: 98.5%;
	color: #666;
	display: block;
	margin-top: -40px;
	font-size: 27px;
}
.acc h3 a {
	margin-left: 5px;
	font-weight: normal !important;
}
#nested .acc-selected > a {
	color: #ffffff!important;
	text-decoration: none;
	font-weight: normal !important;
}
#nested2 .acc-selected > a {
	color: #ffffff!important;
	text-decoration: none;
	font-weight: normal !important;
}
.acc h3:hover {
	background: #0f98ce!important;
	color: #ffffff!important;
}
.acc h3:hover ~ .acc h3:after {
	color: #ffffff;
}
#nested .acc-selected, #nested2 .acc-selected {
	background: #0f98ce;
	color: #FFFFFF;
	border-radius: 5px 5px 0 0px;	
}
#nested .acc-selected:after, #nested2 .acc-selected:after {
	content: "-";
	margin-left: 98.5%;
	color: #ffffff;
	display: block;
	margin-top: -40px;
	font-size: 27px;
}
.acc .acc-section {
	overflow: hidden;
	font-weight: normal !important;
	box-shadow: 0 1px 1px 0px #CCC;
	border-radius: 0 0 8px 8px;
}
.acc .acc-content {
	background: #FFF;
	padding: 25px 15px;
	color: #333333!important;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	font-size: 14px;
	cursor: default;
	float: left;
}
.faq-ul {
	margin-left: 25px;
}
.faq-ul em {
	font-style: normal;
	clear: both;
	display: block;
}
.faq-ul em:before {
	content: "";
	border-color: transparent #eaeaea;
	border-style: solid;
	border-width:0.25em 0 0.25em 0.35em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
}
.faq-ul em a {
	font-size: 14px;
	color: #13ACE0;
}
.faq-ul h5 {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	clear: both;
	display: block;
	margin: 0;
}
.faq-table {
	margin: 10px 0 10px 30px;
	display: block;
	clear: both;
	float: left;
	width: 100%;
}
.faq-table em {
	display: inline;
	float: left;
	width: 140px;
	font-weight: bold!important;
	font-style: normal;
}
.faq-table em:nth-child(2) {
	border-left: 1px dotted #333;
	padding-left: 10px;
}
h3:target {
	background: #0f98ce;
	color: #FFFFFF;
	border-radius: 5px 5px 0 0px;
}
:target ~ .acc-section {
	height: auto!important;
	opacity: 1!important;
}
.acc h3:before {
	content: " Q.";
	color: #333;
}
h3:target::before {
	color: #FFF;
}
#nested .acc-selected:before, #nested2 .acc-selected:before, .acc h3:hover::before {
	color: #ffffff!important;
}