/* CSS#2 Rumphius ini diedit oleh PietR, 20231126 */

.pkp_structure_head {
  background: #ecffe6;
}
.pkp_navigation_primary_row {
  background: #038103;
}
.body {
  font-family: tahoma,geneva,sans-serif;
}
.obj_article_details .abstract {
    text-align: justify;
}
.pkp_footer_content {
  float: left;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom:10px;
  padding-top: 50px;
}
.pkp_structure_footer_wrapper {
   background: #dfdcdc;
   border-top:@double solid;
   border-top-color:#102131;
   border-bottom:@double solid;
   border-bottom-color:#038103;
}
.pkp_site_name .is_img img {
   display: inline-block;
   max-height: 100%;
   max-width: 100%;
}
a:hover {
  background-color: grey;
}