.pkp_site_name .is_img img {
  display: inline-block;
  max-height: 165px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.obj_article_summary {
  background: #ffffff;
  border: 1px solid #111111;
  padding: 10px;
  border-radius: 0rem 1rem 0rem 0rem;
  box-shadow: 5px 5px #D1AF65;
}

/*List Arikel Background*/
.obj_issue_toc .articles > li {
  margin-bottom: 20px;
  border-bottom: solid darkseagreen;
  /*	background-color: #4cbf89 !important;*/
  background: transparent url("") repeat scroll 0% 0% !important;
  padding: 1rem;
  border-radius: 0rem 0rem 2rem 0rem;
  /*border-radius: 2rem 2rem 2rem 2rem;*/
  box-shadow: 0.2rem 0.2rem 0.1rem #D1AF65;
}
