

.title {
  height: 40px;
  background: #6bb170;
  color: white;
  text-align: center;
  padding-top: 13px;
}

.faq li {padding:0; background: #f6f6f6; margin-bottom:10px;}

.faq li.q .qes{
  background: #4FC2E;
  font-weight: bold;
  font-size: 120%;
  color: #d70019 !important;
  border-bottom: 1px #ddd solid;
  padding:5px;
  cursor: pointer;
  margin-bottom:0 !important;
  line-height:1.5em;
  
}

.faq li.q .a {
 background: #f6f6f6;
  display: none;
  color: #333;
  padding:10px;
}

@media (max-width:800px) {

#container { width: 90%; }
}
