/* Hide the 'Platform and Workflow by OJS' footer branding */
.pkp_brand_footer {
    display: none !important;
}

/* Remove the vertical border lines in the main content structure */
@media (min-width: 768px) {
    .pkp_structure_main:before, 
    .pkp_structure_main:after {
        display: none !important;
        background: transparent !important;
        width: 0 !important;
    }
}