		@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
		#cssmenu {
		  position: relative;
		  margin: 0;
		  font-family: 'Roboto Condensed';
		  line-height: 1;
		  width: 275px;
		}
		.align-right {
		  float: right;
		}
		#cssmenu ul {
		  margin: 0;
		  padding: 0;
		  list-style: none;
		  display: block;
		}
		#cssmenu ul li {
		  position: relative;
		  margin: 0;
		  padding: 0;
		}
		#cssmenu ul li a {
		  text-decoration: none;
		  cursor: pointer;
		}
		#cssmenu > ul > li > a {
		  color: solid #000000;
		  text-transform: uppercase;
		  display: block;
		  padding: 20px;
		  border-top: 1px solid #000000;
		  border-left: 0px solid #000000;
		  border-right: 0px solid #000000;
		  background: #dfff99;
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		  letter-spacing: 1px;
		  font-size: 16px;
		  font-weight: 400;
		  -webkit-transition: all 0.25s ease-in;
		  -moz-transition: all 0.25s ease-in;
		  -ms-transition: all 0.25s ease-in;
		  -o-transition: all 0.25s ease-in;
		  transition: all 0.25s ease-in;
		  position: relative;
		}
		#cssmenu > ul > li:first-child > a {
		  border-top-left-radius: 3px;
		  border-top-right-radius: 3px;
		}
		#cssmenu > ul > li:last-child > a {
		  border-bottom-left-radius: 3px;
		  border-bottom-right-radius: 3px;
		  border-bottom: 1px solid #000000;
		}
		#cssmenu > ul > li:hover > a,
		#cssmenu > ul > li.open > a,
		#cssmenu > ul > li.active > a {
		  background: #dfff99;
		  color: solid #000000;
		}
		#cssmenu ul > li.has-sub > a::after {
		  content: "";
		  position: absolute;
		  display: block;
		  width: 0;
		  height: 0;
		  border-top: 13px solid #000000;
		  border-botom: 13px solid transparent;
		  border-left: 125px solid transparent;
		  border-right: 125px solid transparent;
		  left: 0;
		  bottom: -13px;
		  bottom: 0px;
		  z-index: 1;
		  opacity: 0;
		  -webkit-transition: all .2s ease;
		  -moz-transition: all .2s ease;
		  -ms-transition: all .2s ease;
		  -o-transition: all .2s ease;
		  transition: all .2s ease;
		}
		#cssmenu ul > li.has-sub > a::before {
		  content: "";
		  position: absolute;
		  display: block;
		  width: 0;
		  height: 0;
		  border-top: 13px solid #000000;
		  border-botom: 13px solid transparent;
		  border-left: 125px solid transparent;
		  border-right: 125px solid transparent;
		  left: 0;
		  bottom: -12px;
		  bottom: -1px;
		  z-index: 3;
		  opacity: 0;
		  -webkit-transition: all .2s ease;
		  -moz-transition: all .2s ease;
		  -ms-transition: all .2s ease;
		  -o-transition: all .2s ease;
		  transition: all .2s ease;
		}
		#cssmenu ul > li.has-sub::after {
		  content: "";
		  display: block;
		  position: absolute;
		  width: 0;
		  height: 0;
		  border: 7px solid transparent;
		  border-top-color: orange;
		  z-index: 2;
		  right: 20px;
		  top: 24.5px;
		  pointer-events: none;
		}
		#cssmenu ul > li:hover::after,
		#cssmenu ul > li.active::after,
		#cssmenu ul > li.open::after {
		  border-top-color: orange;
		}
		#cssmenu ul > li.has-sub.open > a::after {
		  opacity: 1;
		  bottom: -13px;
		}
		#cssmenu ul > li.has-sub.open > a::before {
		  opacity: 1;
		  bottom: -12px;
		}
		#cssmenu ul ul {
		  display: none;
		}
		#cssmenu ul ul li {
		  border-left: 1px solid #ccc;
		  border-right: 1px solid #ccc;
		}
		#cssmenu ul ul li a {
		  background: #ffffff;
		  display: block;
		  position: relative;
		  font-size: 15px;
		  padding: 14px 20px;
		  border-bottom: 1px solid #dddddd;
		  color: solid #000000;
		  font-weight: 400;
		  -webkit-transition: all 0.25s ease-in;
		  -moz-transition: all 0.25s ease-in;
		  -ms-transition: all 0.25s ease-in;
		  -o-transition: all 0.25s ease-in;
		  transition: all 0.25s ease-in;
		}
		#cssmenu ul ul li:first-child > a {
		  padding-top: 18px;
		}
		#cssmenu ul ul ul li {
		  border: 0;
		}
		#cssmenu ul ul li:hover > a,
		#cssmenu ul ul li.open > a,
		#cssmenu ul ul li.active > a {
		  background: #dfff99;
		  color: #666666;
		}
		#cssmenu ul ul > li.has-sub > a::after {
		  border-top: 13px solid #dddddd;
		}
		#cssmenu ul ul > li.has-sub > a::before {
		  border-top: 13px solid #e4e4e4;
		}
		#cssmenu ul ul ul li a {
		  padding-left: 30px;
		}
		#cssmenu ul ul > li.has-sub::after {
		  top: 18.5px;
		  border-width: 6px;
		  border-top-color: #777777;
		}
		#cssmenu ul ul > li:hover::after,
		#cssmenu ul ul > li.active::after,
		#cssmenu ul ul > li.open::after {
		  border-top-color: #666666;
		}
// Added for Editorial Team page
.editorial-list{
    position: relative; 
}
.editorial-list li{
    margin-bottom: 1.125rem;
}
.editorial-list .img-profile{
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #ddd;
    padding: .5rem;
}
.editorial-list .img-profile .imgthumb{ 
    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto; 
    object-fit: fill;
}
.editorial-list .img-profile img{
    width: 100%;
    height:100%;
}
.team-content{
    margin-left: 100px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}   
.team-aff ul li{
    margin-bottom: 0;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}
// Added display block plugins
.developedbyojs {
  background: #E6E6FA;
  border: 2px solid #dfff99;
  width: 275px;
  padding: 8px;
  text-align: center;
  font-size: 1.1em;
}
.pkp_page_index .cmp_announcements .obj_announcement_summary {
width: 65%;
}
.obj_announcement_summary .summary {
  background: #FFFAFA;
  padding: 1px;
}
.pkp_block.block_announcements {
    color: rgba(0,0,0,0.87);
    font-family: tahoma,geneva,sans-serif;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    display: block;
    text-align: left;
    background: #E6E6FA;
    border: 2px solid #dfff99;
    width: 275px;
    padding: 8px;
    margin-left: 2.21rem;
    margin-right: .001rem;
    margin-bottom: .043rem;
    margin-top: .043rem;
}
.block_announcements_article {
    color: rgba(0,0,0,0.87);
    font-family: tahoma,geneva,sans-serif;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    display: block;
    text-align: left;
    background: #E6E6FA;
    width: 270px;
    padding: 8px;
    margin-left: -0.590rem;
    margin-right: -1.200rem;
    margin-bottom: .043rem;
    margin-top: -1.143rem;
}
.pkp_structure_sidebar.left {
      margin-top: -1.025rem;
	width: 300px;
	height: auto;
      background: #ffffff;
}
.pkp_structure_sidebar.left {
      margin-top: -1.025rem;
      width: 300px;
	height: auto;
      background: #ffffff;
}
#wekdal {
  position: relative;
  margin: 0;
  font-family: 'Roboto Condensed';
  width: 275px;
  background: #dfff99;
  color: solid black;
  text-align: center;
  padding: 8px;
  letter-spacing: 1px;
  font-size: 1.0em;
  font-weight: 400;
}
// Added display abstract right margin and footer arrangement
.pkp_structure_head {
  background: #595959;
}
body {
  font-family: tahoma,geneva,sans-serif;
  font-size: 15px;
  background: #ffffff;
}
a {
  text-decoration: none;
  cursor: pointer;		
}
.obj_article_details .abstract {
    text-align: justify;
}
.obj_article_details .references {
    text-align: justify;
}
// Not displaying pkp image on footer
.pkp_brand_footer {
display: none;
}  
.pkp_footer_content {
  float: center;
  width: 74%;  
  padding-top: 0px;
  padding-bottom: 5px;
  background: #E6E6FA;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom: 0px;
  padding-top: 0px;
}
.pkp_structure_footer_wrapper {
	background: #ffffff;
        //background: #e8ebef;
        border-top: solid #e8ebef;
	border-bottom:@double solid; 
        //border-bottom: solid;
	border-bottom-color:#595959;
}
.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 134px;
	max-width: 100%;
	width: auto;
	height: auto;
}
// Added for article summary or list of article contents
.obj_issue_toc .published {
margin-top: 0px;
margin-bottom: 0px;
}
.obj_issue_toc .articles {
margin-top: 0px;
margin-bottom: 0px;
}
.obj_issue_toc .sections:not(:first-child) {
margin-top: 0px;
margin-bottom: 0px;
}
.obj_issue_toc .galleys:not(:first-child) {
margin-top: 0px;
margin-bottom: 0px;
}
.obj_issue_toc .galleys, .obj_issue_toc .section {
padding: 2rem;
}
.cmp_article_list li {
margin-bottom: 3px;
margin-top: 0px;
background-color: #FFFAFA;
//background-color: #F8F8FF;
border: solid #E6E6FA;
//border: solid #F5F5F5;
}
// Added for side block
.pkp_block {
       padding-top: 0px;
       padding-bottom: 2px;
}
// Added display homepage image
.pkp_page_index .homepage_image, .pkp_page_index .additional_content {
  margin-left: -.001rem;
  margin-right: -.001rem;
  margin-top: -1.125rem;
}