.pkp_brand_footer {
display: none;
padding: 2.143rem;
}

html, body {
/*    background: #55b6d3;*/
    font-family: tahoma,geneva,sans-serif;
}

.pkp_navigation_primary_row{
      background: #b1e3fa;
    padding-left: 2.143rem;
    padding-right: 2.143rem;
}

.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: 210px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}

#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: #363434;
}


/* Style untuk tabel */
table {
  width: 100%;
  border-collapse: collapse;
}

/* Style untuk sel header */
th, td {
  border: 1px solid #dddddd;
/*  padding: 8px;*/
}

/* Style untuk baris header */
th {
  background-color: #f2f2f2;
}

/* Style untuk gambar */
td img {
  display: block;
  margin: auto;
}

/* Style untuk media queries untuk tata letak responsif */
@media screen and (max-width: 768px) {
  /* Tata letak untuk layar dengan lebar maksimum 768px */
  /* Buat sel menjadi block-level untuk menumpuk kolom */
  th, td {
    display: block;
  }

  /* Sembunyikan sel header */
  th {
    display: none;
  }

  /* Atur ulang lebar kolom */
  td {
    width: 100%;
  }
}

.description{
  text-align: justify;
}

.pkp_structure_head {
  background: #595959;
}

.obj_article_details .abstract {
    text-align: justify;
}
.pkp_footer_content {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pkp_brand_footer {
  padding: 2.143rem;
}
.pkp_structure_footer_wrapper {
   background: #e8ebef;
   border-bottom:@double solid;
   border-bottom-color:#595959;
}
.pkp_site_name .is_img img {
   display: inline-block;
   max-height: 100px;
   max-width: 100%;
   width: auto;
   height: auto;
}

@media screen and (max-width: 768px) {
    .pkp_site_name .is_img img {
    display: inline-block;
    max-height: 100px;
    max-width: 50%;
    width: auto;
    height: auto;
}
}

.has_site_logo .pkp_head_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
}