/* TODO: Hack to align buttons, find somehting better */
.question-and-answer-page .delete {
  position: relative;
  top: -70px;
  left: 82px;
}
.question-and-answer-page .answer {
  width: 900px;
  height: 180px;
}
