#main_content,
.note-editor {
  font-family: sans-serif;
  line-height: 2rem;
}
#main_content span,
#main_content p,
.note-editor span,
.note-editor p {
  line-height: 1.5rem;
}

.note-editor ul,
#main_content ul {
  list-style-type:disc;
  padding-left: 1.2rem;
}

.note-editor ol, 
#main_content ol {
  list-style-type:decimal;
  padding-left: 1.2rem;
}

.note-editor li, 
#main_content li {
  margin-bottom: 0.1rem;
}

