/*PKP Header*/
.homepage_image {
    display: block;
    width: 50%;
    height: auto;
    -webkit-box-align: center;
}

/*Article Summary*/
.obj_article_summary{
    padding-bottom:15px;
    margin-top:-10px;
    border-bottom: 1px solid grey;
}

.obj_issue_toc .heading {
    padding-bottom:0px;
}

.obj_article_summary .cover {
    float: left;
    width: 25%;
    height: auto;
    max-height: none;
    margin-right: 0px;
    margin-bottom: 0px;
}

.obj_issue_toc .description{
    text-align: justify;
}

/*pkp footer*/
.pkp_brand_footer {
    display: none;
}