body {
  margin: 0;
  padding: 0;
}

.pkp_site_name .is_img img{
  display: block; 
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 25px 0 25px 0;
}

@media (min-width: 992px) {
  .navbar-logo img {
    max-width: 100%;
    max-height: 100%;
  }
}

.pkp_structure_main h1 {
  font-weight: 600;
  font-size: 20px;
}

.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:#038913;
  color:#edbc9f;  
}
.warna td{
  height:30px;
  vertical-align:center;
  border-bottom:5px solid #e8f7e6;
  text-align:left;
  padding:5px;
}
.warna td a {

  font-weight:bold;
  display:inline;
}

/*Warna Menu Sidebar*/
.warna tr {
  background:#0BA0BE;
  color:#f77902;
}
.warna tr:hover {
  background-color:#0979ad;
}
.warna tr a {
  color:#fff;
  font-style:bold;
  font-size: 14px;
}

.obj_galley_link{
  background:#0BA0BE;
  color:#fff;
}

.dropbtn {
  background-color: #FF3833;
  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:#FF3833;
}

.dropdown:hover .dropdown-content {
  background-color: #FF3833; 
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #FF3833;
}