.hidden {
    display: none !important;
}
.newly-added {
    outline: 10px solid rgb(13,110,253) !important;
}
.pre-wrap {
    white-space: pre-wrap;
}
.note-body h1 {
    font-size: 1.5em;
}
.note-body h2 {
    font-size: 1.3em;
}
.note-body h3 {
    font-size: 1.1em;
}
.note-body h4 {
    font-size: 1.0em;
}
.note-body h5 {
    font-weight: 400;
    font-size: 1.0em;
    text-decoration: underline;
}
.note-body h6 {
    font-weight: 400;
    opacity: 0.7;
    text-decoration: underline;
}
