/* don't let pasted inline font-size flatten the headings */
.news-form .note-editable h1,
.news-article-body .contents h1 { font-size: 2.5rem !important; font-family: inherit !important; }

.news-form .note-editable h2,
.news-article-body .contents h2 { font-size: 2rem !important; font-family: inherit !important; }

.news-form .note-editable h3,
.news-article-body .contents h3 { font-size: 1.75rem !important; font-family: inherit !important; }

.news-form .note-editable h4,
.news-article-body .contents h4 { font-size: 1.5rem !important; font-family: inherit !important; }

.news-form .note-editable h5,
.news-article-body .contents h5 { font-size: 1.25rem !important; font-family: inherit !important; }

.news-form .note-editable h6,
.news-article-body .contents h6 { font-size: 1rem !important; font-family: inherit !important; }

/* current style label on the Style button */
.news-form .note-style .dropdown-toggle .note-current-style {
    margin-left: 0.35em;
    font-size: 0.85em;
    vertical-align: middle;
}
