.pkp_site_name .is_img img {
    display: block;
    max-height: none;
    max-width: 100%;
    width: auto;
    height: auto;
}

.obj_article_summary {
  background: #ffffff;
  border: 1px solid #111111;
  padding: 10px;
  border-radius: 0rem 1rem 0rem 0rem;
  box-shadow: 5px 5px #1e90ff;
}

/*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 #bc3a08;
}
