.category {

  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid, #000;
  display: none;
  margin-bottom: 20px;
}
.question {
	font-weight:bold;
display:block;
  color: #43801E;
  margin-bottom:10px;
}
.answer {
  margin-bottom: 20px;
}