.arrowimg {
  height: 15px;
  width: 15px;
}

#containerfs{
	width:100%;
	margin:20px auto;
	overflow: auto;
	min-height: 600px;
	/*margin-bottom: 1500px;*/
}
.titlefs{
	width:80%;
	height:40px;
	background: #6bba70;
	color:#fff;
	text-align: center;
	padding: 10px;
	margin: 10px;
}
.faq ul {list-style:none;}

.faq li{
padding:20px;
list-style:none;
}

.faq li.q{
background:#f6f6f6;
font-weight:normal;
font-size:100%;
border-right: solid 1px #ccc;
border-left: solid 1px #ccc;
border-bottom: 0.5px #ccc solid;
border-top: 0.5px #ccc solid;
margin-top: 5;
cursor:pointer;	
margin-top: 5px;
}

.faq li.a{
background:#fff;
display:none;
border-right: solid 1px #ccc;
border-left: solid 1px #ccc;
border-bottom: 0.5px #ccc solid;
}

.rotate{
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
}
@media(max-width: 800px){
	#container{
		width: 90%;
	}
}