/*
 CSS RESET for usage within summernote editor,
 based upon https://www.w3.org/TR/CSS22/sample.html

 Need to reset all CSS within the note editor, to avoid influence from SwingIT CSS in the note itself
 Also need this reset on all pages where summernote content is DISPLAYED but not edited

 In these DISPLAY locations, the HTML needs to be displayed within the "note-css-reset" class.

*/

.note-editing-area h1, .note-css-reset h1 {
    font-size: 2em; margin: .67em 0;
}

.note-editing-area h2, .note-css-reset h2 {
    font-size: 1.5em; margin: .75em 0;
}

.note-editing-area h3, .note-css-reset h3 {
    font-size: 1.17em; margin: .83em 0;
}

.note-editing-area h4, .note-css-reset h4 {
    margin: 1.12em 0;
}

.note-editing-area h5, .note-css-reset h5 {
    font-size: .83em; margin: 1.5em 0;
}

.note-editing-area h6, .note-css-reset h6 {
    font-size: .75em; margin: 1.67em 0;
}

b, strong {
    font-weight: bold;
}
