.answerOption{
  margin-bottom:10px;
}

.word-gap{
  padding-left:5em;
  border-bottom:1px solid;
}

.red-text{
  color:#990000;
  font-weight: 800;
}

.notepad {
  background-color: rgba(253, 228, 40, 1);
  background-image: url(../../images/lined-paper.png);
  border-radius: 6px;
  border: 1px solid #3d3c41;
}

.notepad header {
  background: #3d3c41;
  color: #FFF;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.notepad header h3 {
  margin-bottom: 0;
}

.notepad article {
  font-size: 20px;
  padding: 15px;
}

.notepad article .note-entry {
  min-height: 200px;
}

