hr {
  border: none;
  height: 1px;
  background: #ccc;	
}

ul.questions {
  margin: 0 0 20px 13px;
  list-style: disc;
}
  ul.questions li {
    margin: 11px 0;
  }

/* contains both questions and answers */
dl.faq {
  margin: 20px 0 20px 0;
}
  dl.faq dt {
    font-weight: bold;
    margin: 10px 0;
    color: #666;
  }
  dl.faq dd {
    margin: 0 0 30px 0;
  }
  dl.faq a {
    
  }