/*Responsive CSS*/
ul,
li {
  list-style: none;}
#container {
  width: 100%;
  overflow: auto;}
h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size:2em;}
h3 {
  text-align: center;
  font-size:20px;}
.title {

  color: white;
  text-align: center;
  padding-top:;}
.faq li {
  padding: ;}
.faq li.q {
  background: #f7f7f7;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px #ddd solid;
  cursor: pointer;}
.faq li.a {
  background: #fff;
  font-size:13px;
  line-height:30px;
  display: none;color: 000;}

element.style {
    display: list-item;
}
.faq li.a p {
text-align:left;
}

.faq li.d {
  background: #fff;
  border-bottom: 1px #ddd solid;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;}
.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);}
@media (max-width:800px) {
  #container {
    width: 90%;}
}