.pkp_structure_head {
	
}
body {
  font-family: times new roman;
  background: #e3efe3;
  font-size: 17px;
}
.pkp_structure_page {
  background: #ffffff;
  max-width: 1200px;
  margin: 20px auto;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.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: #86bc86;
	border-bottom:@double solid; 
	border-bottom-color:#545454;
}
.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 120px;
	max-width: 100%;
	width: auto;
	height: auto;
}
.obj_article_summary .authors {
  font-size: 17px;
}

.obj_article_summary .authors img {
  width: 17px;
  height: auto;
  vertical-align: middle;
}

.obj_article_summary .doi {
  font-size: 17px;
}
table {
  margin-bottom: 12px !important;
}

p {
  margin-bottom: 8px;
}
.pkp_block {
  text-align: center;
}

.pkp_block .content {
  text-align: center;
}

.pkp_block img {
  display: block;
  margin: 0 auto;
}
.block_keyword_cloud .title {
    background-color: #545454 !important;
    text-align: center !important;
    font-size: 17px !important;
    font-weight: bold !important;
    color: white !important;
    padding: 8px 0 !important;
    border-top: 2px solid #86bc86 !important;
    border-bottom: 2px solid #86bc86 !important;
    border-left: 5px solid #86bc86 !important;
    border-right: 5px solid #86bc86 !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
    text-transform: uppercase !important;
}
.pkp_structure_sidebar .pkp_block {
    margin-bottom: 5px !important; 
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.pkp_structure_sidebar .block_custom .content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.block_custom .content p {
    margin-top: 0px !important;
    margin-bottom: 2px !important;
}
.block_keyword_cloud .title {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.pkp_structure_sidebar .pkp_block {
    margin-bottom: 2px !important; 
}
.block_custom .content p:first-child {
    margin-top: 0px !important;
}
.block_custom .content p:last-child {
    margin-bottom: 0px !important;
}
ul.cmp_article_list > li {
    padding: 15px 20px !important;
    margin-bottom: 10px !important;
    border-radius: 5px; /* Membuat sudut kotak sedikit melengkung */
    border: 1px solid #dbeadd !important; /* Garis batas hijau keabu-abuan tipis */
}
ul.cmp_article_list > li:nth-child(odd) {
    background-color: #ffffff !important;
}
ul.cmp_article_list > li:nth-child(even) {
    background-color: #f2f8f2 !important; 
}
.obj_article_summary .title a {
    font-weight: 700 !important;
    color: #222222;
}
.obj_article_summary .authors {
    margin-top: 5px;
    font-size: 0.95em;
}