.acc-container {
	width:100%;
	margin:30px auto 0 auto;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	overflow:hidden;
}

.acc-btn {
	width:100%;
	margin:0 auto;
	padding:20px 25px;
	cursor:pointer;
	background-color: #F4F4F4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	list-style-position: outside;
	font-weight: bold;
	color: #FFF;
}
.acc-btn  h1{
	display: block;
	list-style-position: inside;
	

}

.acc-content {
	height:0px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	background-color: #FCFCFC;
	
}


.open {
  height: auto;
}


.selected {
	color:#F00;
}
