/* Hide OJS/PKP branding footer */
.pkp_brand_footer {
    display: none !important;
}

/* Remove extra space */
.pkp_structure_footer_wrapper {
    padding-bottom: 0 !important;
}

.pkp_structure_footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}