

.title {
  height: 40px;
  background: #6bb170;
  color: #fff;
  text-align: center;
  padding-top: 13px;
}

.faq li {
  padding: 20px;
}

.faq li.q {
  background: #eee;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.faq li.a {
  background: #fff;
  display: none;
  border-bottom: 2px solid #f5f5f5;
  padding-left: 10px;
 }

.rotate {
  transform: rotate(90deg);
}

@media (max-width: 800px) {
  #container {
    width: 90%;
  }
}