.faq li {
	padding: 7px 0px;
	margin:0px;
}
.faq li.q {
	font-weight: 400;
    font-size: 13px;
    border-bottom: 1px #ddd solid;
    cursor: pointer;
    color: #696969!important;
	    font-family: 'Raleway', sans-serif !important;
}
.faq li.a {
	background: #eaeaea;
    display: none;
    color: #696969;
    padding: 5px;
    font-size: 12px;
}

.rotate {
	-moz-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
@media (max-width:800px) {
 #container {
width: 90%;
}
}
