.item abstract p
{
	text-align:justify;
}

.references,
.reference-list,
.citation-list,
.citations,
#references,
#article-references,
.pkp_references {
    text-align: justify;
    text-justify: inter-word;
}

.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;
}

.pkp_sidebar,
.sidebar,
.block,
.pkp_block,
.pkp_structure_sidebar {
    text-align: justify;
    text-justify: inter-word;
}

.pkp_block .title,
.pkp_block .content,
.block .title,
.block .content {
    text-align: justify;
    text-justify: inter-word;
}

.pkp_block {
    padding-right: 8px;
    padding-left: 8px;
}


.pkp_block a {
    word-wrap: break-word;
    overflow-wrap: anywhere;
}


.block_custom .content,
.block_custom ul li {
    text-align: justify;
    text-justify: inter-word;
}

.block_announcements .content,
.block_announcements ul li {
    text-align: justify;
    text-justify: inter-word;
}

.block_custom .title,
.block_announcements .title {
    text-align: left !important;
}