/* Hides the PKP/OJS footer image in Default and Manuscript themes */
.pkp_brand_footer img {
	max-height:0px;
	
/* keeps abstract text from crowding the heading */
 .pkp_structure_main .page.page_article .obj_article_details .row .main_entry .item.abstract h2 {
          margin-right: 100%;
      }
