.obj_article_details .abstract,
.obj_article_details .item:last-child {
    text-align: justify;
}
/* Change Login and Register link colors */
#navigationUser>ul>li>a {
    color: #fff !important; /* Change text color to black */
}

/* Convert "About the Journal" to uppercase */
h2, .page_about h2 {
    text-transform: uppercase;
}
.page_about h1, 
.page_about h2, 
.page_about h3, 
.page_about h4 {
    text-transform: uppercase;
}
/* Convert Aims and Scope to uppercase and underline */
.page_about h2, 
.page_about h3 {
    text-transform: uppercase;  /* Make text uppercase */
    text-decoration: underline; /* Underline the text */
}
.page_contact a {
    text-decoration:none;
}
.pkp_navigation_user_wrapper a {
    color: #fff;
}
#navigationPrimary {
    padding:0 10px;
}