/* Heading */
.page_index_journal .homepage_about h2{
 visibility:hidden;
}

/* Heading */
.current_issue .obj_issue_toc .heading{
 height:0px;
}

/* Section */
.obj_issue_toc .sections .section{
 transform:translatex(0px) translatey(0px);
}

/* Article list */
.sections .section .cmp_article_list{
 margin-top:5px;
}

/* Brand footer */
.pkp_structure_footer_wrapper .pkp_structure_footer .pkp_brand_footer {
    display: none;
}