/* Justify Abstract */
.abstract,
.abstract p {
    text-align: justify !important;
}

/* Justify References */
#references,
#references p,
.references,
.references p {
    text-align: justify !important;
}

/* Justify Title */
.page_title {
    text-align: justify !important;
}
.pkp_structure_sidebar .pkp_block .block_content,
.pkp_structure_sidebar .pkp_block .pkp_block_content,
.pkp_structure_sidebar .pkp_block .content,
.pkp_structure_sidebar .pkp_block p,
.pkp_structure_sidebar .pkp_block div,
.pkp_structure_sidebar .pkp_block li {
    text-align: justify !important;
}
