/**
 * Preserve the text casing supplied by the journal and its translations.
 * Loaded unless the optional uppercase setting is enabled.
 */
.pkp_site_name .is_text,
#navigationPrimary a,
.pkp_navigation_search_wrapper a,
.pkp_navigation_user_wrapper a,
.pkp_block .title,
.pkp_page_index .current_issue h2 {
    text-transform: none;
}
