.note-editor.note-frame .note-editing-area .note-editable,
.wysiwyg-content {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.note-editor.note-frame .note-editing-area .note-editable p,
.note-editor.note-frame .note-editing-area .note-editable div,
.wysiwyg-content p {
  margin: 0 0 8px;
  line-height: 1.6;
}

.note-editor.note-frame .note-editing-area .note-editable p:empty,
.wysiwyg-content p:empty {
  min-height: 1.6em;
}

.note-editor.note-frame .note-editing-area .note-editable ul,
.note-editor.note-frame .note-editing-area .note-editable ol,
.wysiwyg-content ul,
.wysiwyg-content ol {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 24px;
}

.note-editor.note-frame .note-editing-area .note-editable li,
.wysiwyg-content li {
  margin-bottom: 4px;
  line-height: 1.6;
}

.note-editor.note-frame .note-editing-area .note-editable img,
.wysiwyg-content img {
  max-width: 100%;
  height: auto;
}

.note-editor.note-frame .note-editing-area .note-editable table,
.wysiwyg-content table {
  max-width: 100%;
}
