
.pkp_brand_footer  {
    display: none;
}


.obj_article_details .abstract {
text-align: justify;
}

.obj_article_details .author_bios {
text-align: justify;
}


.pkp_structure_main p {
	text-align: justify;
	font-size: 1.1em;
}


.row.justify-content-center.text-center {
    display: none;
}


/* Link */
#navigationUser .profile a{
 background-color:#010088;
 color:rgba(255,255,255,0.84);
 border-top-left-radius:5px;
 border-top-right-radius:5px;
 border-bottom-left-radius:5px;
 border-bottom-right-radius:5px;
}

/* Link */
#navigationPrimary li li:nth-child(1) a{
 transform:translatex(0px) translatey(0px);
}

/* Link (active) */
#navigationPrimary li a:active{
 transform:translatex(0px) translatey(0px);
 color:#010088;
}

/* Link (hover) */
#navigationPrimary li a:hover{
 transform:translatex(0px) translatey(0px);
 color:#0b39de;
}

