
/*Responsive CSS*/


* {
  margin: 0;
  padding: 0;
}


ul, li { list-style: none; }

/*#container {
  width: 100%;
  margin: 150px auto;
  overflow: auto;
}
*/
h1 {
  text-align: center;
  margin-bottom: 20px;
}

.title {
  height: 40px;
  background: #6bb170;
  color: white;
  text-align: center;
  padding-top: 13px;
}

.faq li { padding: 20px; }

.faq li.q {
  background: #4FC2E;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.faq li.a {
 /* background: #3BB0D6;*/
  display: none;
  /*color:#fff;*/
  text-align:justify;
  padding:20px 0px;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width:800px) {

#container { width: 100%; }
}
@media (max-width:639px) {
	.faq li.q {
		 font-size:89%;
	}
}
