html,body {
    background: #ddd;
}

.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

@media (min-width: 1200px) {
    .pkp_structure_page {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.pkp_navigation_primary_row {
    padding-left: 30px;
    padding-right: 30px;
}

.pkp_site_name > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pkp_site_name .is_img img {
    display: block;
    padding-left: 30px;
}

.pkp_navigation_user_wrapper {
    top: 25px;
}

.pkp_navigation_user.pkp_navigation_user {
    padding-right: 30px;
}

.pkp_structure_footer {
    text-align: center;
    background: #f2f2f2;
    border-top: 1px solid #ddd;
    border-bottom: 20px solid #00497c;
}

div.separator {
    border-bottom: 1px dotted #222;
}

blockquote {
    padding: 22px;
    background: #f2f2f2;
    border-left: 4px solid #42af46;
}

.pkp_structure_sidebar.left .title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #42af46;
    text-transform: uppercase;
    color: #00497c;
}

.pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #42af46;
    text-transform: uppercase;
    color: #00497c;
}

div.scholar img {
    width: 20px;
}

.page_index_journal {display: flex; flex-direction: column;}
.page_index_journal .additional_content {order:1;}
.page_index_journal .cmp_announcements {order:2;}
.page_index_journal .current_issue {order:3;}

div.journal_info {
    border: 1px dotted #222;
}

.pkp_page_index .additional_content {
    border: none;
}

.section_policy {
    display: none;
}

.author_guidelines ol {
    line-height: 1.785rem;
}

.page_submissions .submission_checklist ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ddd;
    border-bottom: none
}

.page_submissions .submission_checklist li {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #ddd
}

.page_submissions .submission_checklist li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

@media (min-width: 480px) {
    .page_submissions .submission_checklist li {
        padding: 20px 20px 20px 40px
    }

    .page_submissions .submission_checklist li:before {
        content: "\f00c";
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 18px;
        color: #42af46
    }
}

.toc_counts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px
}

.obj_article_summary {
  border-bottom: 0px;
  border-left: 0px;
  font-weight: 300;
  text-transform: none;
  padding: 0.5em 1em;
  background-color: #fafbfb;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

b,strong {
  font-weight: 700;
}

.galleys_links {
  float: right;
}

.pkp_block .content>ul>li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #34bb74;
}

.pkp_block .content>ul>li>a:hover, .pkp_block .content>ol>li>a:hover {
    color: #006798;
    font-weight: bolder;
}

.pkp_block .content>ol {
    padding-left: 1em;
}

.pkp_block .content>ol>li {
    margin-left: 0.5em;
    line-height: 1.43rem;
    padding: .357rem 0;
}