#main_content a {
  color: #006b3b; 
  text-decoration: none; 
}
#main_content a:hover {
  text-decoration: underline !important;
}

#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;
}


