/*
 * OWS Dashboard 3.10.482.0
 * Final homepage tab typography override.
 *
 * Intentionally loaded after all other public stylesheets and scoped only
 * to the two homepage tab groups requested by the user.
 */

/* Journal Details / Instruction for Authors / Journal Policy / Associated Journals */
html body .page_index_journal .container_tabs .section_tabs nav label,
html body .page_index_journal .container_tabs .section_tabs nav label *,
html body .container_tabs .section_tabs nav label,
html body .container_tabs .section_tabs nav label * {
    font-size: 14.5px !important;
}

/* Current Issue / Articles in Press / Most Viewed */
html body .page_index_journal .ows_articles_tabs .ows_articles_tabs__nav .ows_articles_tabs__label,
html body .page_index_journal .ows_articles_tabs .ows_articles_tabs__nav .ows_articles_tabs__label *,
html body .ows_articles_tabs .ows_articles_tabs__nav .ows_articles_tabs__label,
html body .ows_articles_tabs .ows_articles_tabs__nav .ows_articles_tabs__label * {
    font-size: 14.5px !important;
}
