/* Justify Abstract Text in OJS 3.5 */

.abstract,
.item.abstract,
.obj_article_details .abstract {
    text-align: justify !important;
}

.abstract p,
.item.abstract p {
    text-align: justify !important;
    line-height: 1.6;
}

.pkp_brand_footer {
    display: none !important;
}

.references li {

    text-align: justify !important;

}
/* Justify the article references list */
.page_article .item.references,
.article-details .references,
.article-references,
.item.references .value,
.references p {
    text-align: justify !important;
    text-justify: inter-word !important;
}

.about-journal-container p {
    text-align: justify;
    text-justify: inter-word;
}
.homepage_site .obj_journal_description,
.page_homepage .journal_summary,
.pkp_structure_main .homepage_about {
    text-align: justify !important;
    text-justify: inter-word;
}