item abstract
{
	text-align:justify;
}



.pkp_structure_main,
.pkp_page_index,
.pkp_page_article {
    text-align: justify;
    text-justify: inter-word;
}

.references,
.reference-list,
.citation-list,
.citations,
#references,
#article-references,
.pkp_references {
    text-align: justify;
    text-justify: inter-word;
}

.references a,
.reference-list a,
.citation-list a,
.citations a,
#references a,
#article-references a,
.pkp_references a {
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.block_announcements .content,
.block_announcements ul li {
    text-align: justify;
    text-justify: inter-word;
}

.block_custom .title,
.block_announcements .title {
    text-align: left !important;
}
