.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 200px !important;}

.pkp_structure_page {margin-top:  20px !important; margin-bottom:20px !important; padding-bottom: 20px !important;}
.obj_issue_summary .description {
  text-align: justify;
}

.pkp_structure_main p {
  text-align: justify;
}

/* Abstract - Published & Preview */
.obj_article_details .abstract,
.obj_article_details .abstract p,
.pkp_page_article .abstract,
.pkp_page_article .abstract p,
.abstract,
.abstract p {
    text-align: justify !important;
}

.pkp_brand_footer {
    display: none;
}

.hover {
	width:100%;
	border-collapse:collapse;
}
.hover th {
  background-color: rgb(223,183,75);
  #background-color: rgb(18,14,126);
  border-bottom:0px solid #ffffff;
  color: #000000;
  width:100%;
  height:30px;
  vertical-align:middle;
  text-align: center;
  transition: 0.3s;
  border-radius: 10px;
}

.hover th a {
  color: #000000;
}

.hover td {
  background-color: rgb(30,98,146);
  #background-color: rgb(30,98,146);
  #background-color: rgb(252,248,4);
  border-bottom:2px solid #ffffff;
  color: #ffffff;
  width:100%;
  height:30px;
  vertical-align:middle;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}
.hover td a {
  color: #FFFFFF;
  display:block;
  border-radius: 5px;
}
.hover td img {
  width:100%;  
  height:70px;
  transition: 0.3s;
  border-radius: 5px; 
  padding: 2px; 
  vertical-align: middle;
  
}



.hover td iframe {
  width:100%;  
  height:230px;
  transition: 0.3s;
  border-radius: 5px; 
  padding: 2px; 
  vertical-align: middle;
  
}

.hover tr :hover {
  background-color: rgb(188,188,188);
  #background-color: rgb(252,248,4);
  color: #000000;
  border-radius: 10px;
}

.cover img {
  max-width: 100%;
  width: 202px;
  height: 290px;
  float: left;
  margin: 7px 12px 0px 0px;
}

 .obj_issue_summary .cover {
  margin: 0px 0px 0px 0px;
 }

.pkp_footer_content img:hover {
 transition: 0.3s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
 transform: scale(1.1);
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
}

.dkf img:hover {
  transition: 0.3s;
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-border-radius: 60px; 
  -moz-border-radius: 60px;    
}

.dkf img {
  transition: 0.3s;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-border-radius: 60px; 
  -moz-border-radius: 60px;    
}

.pkp_footer_content {
  padding: 30px 0px 0px 0px;
  height: 180px;
  vertical-align: middle;
  
}