.click-question{
  border: 2px solid #666666;
  text-indent: 10px;
  padding-top: 5px;
  overflow: hidden;
}

.answer-js.hidden{
  display: none !important;
}
.click-question .toggle-answer{
  float: right;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 22px;
  height: 22px;
}
.click-question .toggle-answer:after{
  content: "+";
  display: block;
  width: 18px;
  height: 18px;
  line-height: 16px;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 4px;
  border: 2px solid #666666;
}
.click-question .toggle-answer.close:after{
  content: "-";
  text-indent: 6px;
}

.answer-js{
  font-weight: bold;
}