body {
  background-color: #616D93;
  text-align: justify;
  color: white;
}

.pkp_structure_page {
  background-color: #030F38;
}

a:link {
  color: white;
}

h1, h2, h3, .title,
.obj_issue_toc .pages, .pkp_block .title, 
.obj_article_details .main_entry .item .label,
.pkp_page_index .current_issue h2,
.obj_issue_summary .series,
.obj_article_details .authors .affiliation,
.cmp_breadcrumbs .current,
.type, .obj_issue_toc .heading .published .label {
  color: white;
}

.obj_issue_toc .section h2 {
  border-bottom: 3px solid white;
  color: white;
}

.obj_article_details .citation_display .citation_formats_button {
  background: white;
}

.obj_issue_toc .heading .pub_id .type, .obj_issue_toc .heading .published .label {
    font-weight: 700;
    color: #eee;
    text-transform: uppercase;
}

.obj_issue_toc .heading .pub_id .id a {
    color: #eee;
    text-decoration: none;
}

.obj_article_details .orcid a, .obj_article_details .doi a {
    color: #eee;
    text-decoration: none;
}