.pkp_page_index .cmp_announcements {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
}

.pkp_navigation_primary > li > a {
    margin: .357rem .5em 0;
    margin-left: 0.5em;
    padding: .357rem .5em calc(.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-variant-caps: petite-caps;
  }

.cmp_button_wire, .obj_galley_link, .obj_galley_link_supplementary {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #006798;
  border-radius: 3px;
  font-size: .93rem;
  line-height: calc(2.143rem - 2px);
  color: #006798;
  text-decoration: none;
}

.cmp_article_list > li {
  margin-bottom: 20px;
  border: #001dbb;
  padding: 1rem;
  border-radius: 0rem 0rem 0rem 0rem;
  box-shadow: 0.3rem 0.3rem 0.3rem #918d8d;
  border-width: 0px;
  border-style: outset;
  background-color: #f9f9f9;
}

.obj_article_summary > .title {
  font-family: Lora,serif;
  font-size: 1.28em;
  line-height: 1.43rem;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}

.pkp_structure_main h1 {
  font-family: Lora,serif;
  font-size: 1.800rem;
  line-height: 2.143rem;
  font-weight: 700;
}

