.pkp_brand_footer {
    display: none;
}



#ojsBrand {
float: right;
margin-top: -1em;
}

#ojsBrand img{
width: 30%;
float: right;
}

.lowercase {text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }

hr { margin: 2.5em 0; }

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


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


.page_index_journal  .homepageAbout {
 text-align:justify;
}

.page_index_journal  .additional_content {
 text-align:justify;
}


.obj_article_details .authors {
text-transform: capitalize; ;
}

.header {
  	overflow: hidden;
  	background-color: #f1f1f1;
  	padding: 20px 10px;
}

.header a {
  	float: center;
  	color: black;
  	text-align: center;
  	padding: 12px;
  	text-decoration: none;
  	font-size: 18px; 
  	line-height: 25px;
  	border-radius: 4px;
}

.header a.logo {
  	font-size: 25px;
  	font-weight: bold;
}

.header a:hover {
  	background-color: #ddd;
  	color: black;
}

.header a.active {
  	background-color: dodgerblue;
  	color: white;
}

.header-right {
  	float: center;
}

.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 100%;
	max-width: auto;

	height: 140px;
	margin: auto;
}





.hover {

	width:100%;

	border-collapse: collapse;

}

.hover th{

	height:20px;

	background:#ffffff;

	color:#1e6292;

}

.hover td{

	height:20px;

	padding-top:3px;

	vertical-align: middle;

	border-bottom:1px solid #ffffff;

	text-align:center;

}

.hover td a {

	width:100%;

	display: block;

}

.hover tr {

	background:#1e6292;

	color:#ffffff;

}

.hover tr:hover {

	background-color:#2c5876;

}

.hover tr a {

	color:#ffffff;

}

.hover a:hover {

	color:#f78b4a;

}