* {
  margin: 0;
  padding: 0;
     font-family: 'Lato',sans-serif !important; 
}
ul, li { list-style: none; }

#container {
  width: 100%;
  margin: auto;
  overflow: auto;
      font-family: 'Lato',sans-serif !important;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}


.faq li { padding: 10px; }

.faq li.q {
  
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.faq li.a {
  background: #2957a3;
  display: none;
  color:#fff !important;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width:800px) {

#container { width: 90%; }
}
