/*
ul.questions {
  display: block;
	list-style: none;
  margin: 0;
  padding: 0;
}

ul.questions li {
  float: left;
  width: 15em;
  margin-right: 1.25em;
  margin-bottom: 1em;
  background: #ededed;
}
*/

ul.questions {
  list-style: none;
  margin: 0;
}

ul.questions li a.question {
  font-weight: bold;
}

ul.questions li div.answer {
  margin-top: 1em;
  display: none;
}

ul.questions li div.answer hr {
  margin: 1.75em 0;
}