/**
 * OJS 3.4.0.8 - Selective Justification Stylesheet
 * 
 * Only justifies:
 * - Homepage main text content
 * - Article abstracts
 * - References
 * 
 * No other changes are made.
 */

/* Homepage text justification */
.homepage-text,
.journal-description,
.index-description,
#homepageContent p,
.page_index .entry-content p,
.index-content p {
    text-align: justify !important;
}

/* Article abstract justification */
.abstract,
.article-abstract,
.obj_article_details .abstract,
.obj_article_summary .abstract,
.item.abstract p,
.abstract p {
    text-align: justify !important;
}

/* References justification */
.references,
.ref-list,
.citations,
.article-references,
.bibliography,
.references p,
.ref-list p {
    text-align: justify !important;
}