.obj_article_details .abstract {
text-align: justify;
}

.obj_article_details .author_bios {
text-align: justify;
}

.obj_article_details .references {
text-align: justify;
word-wrap: break-word;
}

.obj_article_details .entry_details .item {
text-align: justify;
}

.obj_announcement_summary {
text-align: justify;
}

.obj_article_details .page_title {
text-align: justify;
}

.pkp_block .content ul li {
text-align: justify;
word-wrap: break-word;
}

.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
    display: inline-block;
    position: relative;
    left: -15px;
    margin-top: 0;
    padding: 0 15px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: rgba(120,7,9);
}
.obj_article_details .authors .orcid a {
    vertical-align: middle;
    /* color: #0A209B;
}

.obj_article_summary .pages, .obj_article_summary .published {
    color: rgba(120,7,9);
font-weight: bold;
}

.cmp_breadcrumbs .current {
    color: #f3c316;
}