/* OJS styleheet upload for volupte journal (part of jornals.gold.ac.uk) */

/* Hide the pkp/ojs stuff in footer */
.pkp_brand_footer {
    display: none;
}

/* Override obuj_galley_link to invert the normal/focus colours (and end up making it a lot less wiry) */

.obj_galley_link {
    background: #007ab2;
    color: #fff;
        font-size: 17px;
        padding: 0.1em 1em;
}

.obj_galley_link:hover, .obj_galley_link:focus {
    background: #fff;
    color: #007ab2;
}

.pkp_site_name div.header_txt{
    display: none;
}