.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 180px;
	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 #000000;
}

/*List Arikel Background*/
.obj_issue_toc .articles > li {
  margin-bottom: 20px;
  border-bottom: solid #f8bf04;
  /*	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 #fdd120;
}
