.pkp_site_name .is_img img{
    display: inline-block; 
    max-height: none;
  width: auto;
  height: auto;
}

@media (min-width: 992px) {
  .navbar-logo img {
    max-width: 100%;
    max-height: 100%;
  }
}


.pkp_structure_page{
    margin-top: 0px;
    margin-bottom: 0px;
}

.pkp_site_name_wrapper, .pkp_navigation_primary_row{
    padding-left: 10px;
    padding-right: 10px;
}

.pkp_site_name{
    padding-top: 2px;
    padding-bottom: 2px;
}

.obj_article_details .abstract{
    text-align: justify;
    font: tahoma, geneva, sans-serif;
}

.obj_article_details .references{
    text-align: justify;
    font: tahoma, geneva, sans-serif;
}

.obj_article_details .about{
  text-align: justify;
}


.warna {
  width:100%;
  border-collapse:collapse;
}
.warna th{
  height:20px;
  background:#20364b;
  color:#edbc9f;  
}
.warna td{
  height:40px;
  vertical-align:center;
  border-bottom:5px solid #e8f7e6;
  text-align:left;
  padding:5px;
}
.warna td a {

  font-weight:bold;
  display:inline;
}
.warna tr {
  background:#20364b;
  color:#f77902;
}
.warna tr:hover {
  background-color:#244c71; 
}
.warna tr a {
  color:#fff;
  font-style:bold;
  font-size: 14px;
}
.warna tr a:hover {
    color :#152027;
}

.obj_galley_link{
  background:#038913;
  color:#fff;
}

.dropbtn {
  background-color: #006C3B;
  color: white;
  padding: 16px;
  font-size: 16px;
  font-color: white;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pkb_brand_footer {
  float: right;
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-content a:hover {
  background-color: white; 
  color:#006C3B;
}

.dropdown:hover .dropdown-content {
  background-color: #006C3B; 
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #006C3B;
}