h1 {
  padding: 6px;
  font-size: 110%;
}

dl.faq {
  padding: 8px;
}

dl.faq dt.open {
  background-image: url("../images/faq/faq_section_open.png");
}

dl.faq dt.close {
  background-image: url("../images/faq/faq_section_close.png");
}

dl.faq dt {
  background-position: 4px 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  padding: 6px 0 6px 28px;
  margin-bottom: 1px;
  cursor: pointer;
  cursor: hand;
  background-color: #eee;
  line-height: 100%;
}

dl.faq dd {
  padding: 4px 8px;
  font-size: 90%;
  display: none;
  line-height: 140%;
  color: #222;
}

dl.faq dd.closed {
  display: none;
}

dl.faq dd.open {
  display: block;
}

footer a {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  dl.faq dd.closed,
  dl.faq dd.open {
    display: block;
  }

  dl.faq dt.open,
  dl.faq dt.close {
    background-image: none !important;
  }

  dl.faq dt {
    padding: 6px 0 6px 6px;
    margin-bottom: 1px;
    background-color: #eee;
    line-height: 100%;
  }
}
