<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 992px) {
  .pkp_head_wrapper {
    padding-top: 1.286rem;
  }
}
.pkp_footer_content{text-align :center;}
.pkp_brand_footer{display : none;}
.pkp_block .title{
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #f7bc4a;
  font-weight: 700;
  text-transform: uppercase;

}

.block_make_submission a{
background: none !important;
  border: 1px solid #660000 !important;
  color: #660000 !important;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: calc(2.143rem - 2px);
  font-weight: 700;
  padding: 0 1em;
  box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);}


.obj_issue_toc .section &gt; h3{
position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  padding: 0 0 5px;
  border-bottom: 3px solid #f7bc4a;
  background: transparent;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.143rem;}

.obj_galley_link{
display: inline-block;
  
  background: #0174B5;
  border: 1px solid #006798;
  border-radius: 3px;
  font-size: .93rem;
  line-height: calc(2.143rem - 2px);
  color: #ffff;
  text-decoration: none;
  padding-left : 25px;
padding-right : 25px;

}

.obj_galley_link:hover{background: red;}
</pre></body></html>