/* ############# ##
## cjw36 6/24/25 ##
## ############# */

/* Keep PKP/OJS branding in line with footer content */
.pkp_footer_content {
    float: left;
}


/* ############# ##
## cjw36 6/26/25 ##
## ############# */

/* Increase contrast of input and control borders - Default theme */
.cmp_form input[type="text"], .cmp_form input[type="email"],
.cmp_form input[type="password"], .cmp_form input[type="url"],
.cmp_form input[type="tel"], .cmp_form select, .cmp_form textarea {
    border-color: black;
}

#luceneOrdering select {
    border: 1px solid black;
    border-radius: 3px;
}

/* Hide "Current Issue" region on landing page */
div.page_index_journal > section.current_issue {
    display: none;
}