/* Hide entire list item (not just summary div) */
.cmp_article_list > li:has(a[href*="/article/view/000"]),
.cmp_article_list > li:has(a[href*="/article/view/000"]) {
    display: none !important;
}

/* Remove top spacing of article list */
.issue-toc .cmp_article_list {
    margin-top: 0 !important;
    padding-top: 0 !important;
}





.obj_article_details .abstract {
text-align: justify;
}

a:active, a:focus {

outline: 0;

border: none;

-moz-outline-style: none;
}

*:focus {
outline: 0 !important;
}