

.faq-container ul {
font-size: 16px !important;
  list-style: none;
  padding: 0;
}
.faq-container ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
.faq-container ul .inner.show {
  display: block;
}
.faq-container ul li {
	cursor: pointer;
 	margin: .5em 0 .5em 0px;
}
.faq-container ul li a.toggle {
	cursor: pointer;
	width: auto;
	display: block;
	background: #FFF;
	color: #0096db;
	padding: 1.2em;
	border-radius: 0em;
	transition: background 0s ease;
	border: 1px solid #0096db;
}

.faq-container ul li a.toggle:hover {
  background: #0096db;
  color: #FFF;
  
}

.box-panel {
    border: 1px solid #dedede;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.04);
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.04);
    padding: 20px;
}

.ns-block {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #dedede;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.04);
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.04);
}

.load-file {
	padding: 16px;
}

.load-file a {
	color: #222;
	text-decoration: none;
	border-bottom: 1px dotted #222;
}

.faq-container ul.inner li.lvl {
	margin: .8em .8em 0.1em 0px;
	border: 1px solid #ededed;
	padding: 10px;
}

.lvl>.toggle {
	font-weight: 600;
}

.inner-classy {
	display: block;
	border: 1px solid rgb(0, 150, 219);
	margin-top: -2px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding-bottom: 10px !important;
	overflow: hidden;
}

#container__item > h2 {
    color: #000000;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

.inner.show .lvl .toggle {
	background-color: #e7e7e7 !important;
	border: none !important;
	color: #000 !important;
}
