
.pkp_site_name .is_img img {
    max-height: 120px;
  }


.pkp_structure_main h1 {
  color: #004c00;
  
}

.pkp_structure_main h2 {
  color: #004c00;
  
}

.pkp_block .title {
  color: #014c00;
}

.pkp_navigation_primary_wrapper {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #004c00;
}

.pkp_navigation_primary > li > a {
    color: #014c00;
    font-weight: bold;
}

.pkp_navigation_search_wrapper a {
    color: #ffffe9;
    font-weight: bolder;
  }

.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper {
  width: auto;
  background-color: #ffffe9;
}

.pkp_block .title {
  color: #014c00;
}



.pkp_structure_head {
  background-color: #ffffe9;
}


html,
body  {
  background:#ffffe9
}

@media (min-width: 768px) {
  .obj_issue_toc .galleys > h2, .obj_issue_toc .section > h2, .obj_issue_toc .galleys > h3, .obj_issue_toc .section > h3 {
    display: inline-block;
    position: relative;
    left: -15px;
    margin-top: 0;
    padding: 0 1.0715rem;
    background: #ffffe9;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.143rem;
    color: #015780;
  }
