@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.pkp_navigation_primary_row {
  font-size: 1em;
}

.obj_issue_toc .galleys h2, .obj_issue_toc .section h2, .pkp_block .title, .obj_article_summary>.title a, .current_issue h2, .pkp_page_index .cmp_announcements h2, .obj_announcement_summary h2 a, .obj_announcement_summary h3 a, .obj_announcement_summary h4 a, .obj_article_details .main_entry .item .label, .obj_article_details .entry_details .item .label, .obj_issue_summary .title, .pkp_structure_main h3 {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pkp_page_index .cmp_announcements h2 {
    margin: 5px 0px 15px 30px
}

.pkp_page_index .cmp_announcements>.obj_announcement_summary {
    padding: 0px 15px 0px 30px;
}

.pkp_structure_main p {
    line-height: 1.5rem;
    margin: 1rem 0;
}

.current_issue h2 {
    margin: 10px 0 10px;
    font-size: 1.4em;
}

.pkp_page_index .current_issue .current_issue_title {
    margin: 0 0;
    font-weight: 700;
}

.obj_issue_toc .published {
    margin: 0.43rem 0 0;
	text-align: right;
}

.obj_issue_toc .heading .published {
    display: none;
}

.row.article_statistic {
	margin-top: 0;
}

.doi_container {
	margin-top: 20px;
}

.obj_issue_toc .articles {
    margin-top: calc(0.8rem + 0rem);
}

.pkp_structure_main h1 {
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.714rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.pkp_structure_main h2 {
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.285rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.pkp_site_name .is_text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.714rem;
    line-height: 2.143rem;
}

.homepage_about {
    display: none;
}

* {
    line-height: 1.35;
}

.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: #fff;
    font-size: 1.143rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: rgba(0,0,0,0.54);
}

.obj_issue_toc .articles {
    margin-top: calc(1rem + 0rem);
}

.obj_article_summary>.title {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 700;
    border-bottom: none;
    margin: 0;
}

.obj_article_summary .subtitle {
    display: block;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    font-weight: 400;
    color: rgba(0,0,0,0.54);
}

.obj_article_summary .meta {
    position: relative;
    padding-top: 0.357rem;
    font-size: .93rem;
    line-height: 1rem;
}

.cmp_article_list>li {
    border-bottom: 1px solid whitesmoke;
    padding-bottom: 10px;
}

.cmp_article_list>li {
    margin-bottom: 1rem;
}

section.item.html-galley h3 {
    margin-top: 0;
	font-style: italic;
}

section.item.html-galley h4 {
    margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
	font-weight: normal;
}


.article-body {
}
	.article-body h2 {
		border-bottom: 2px solid #d5d5d5;
	}
	.article-body p {
                    padding-bottom:30px;
                }
            .table-container {
                margin-bottom: 30px;
            }
            .article-table {
                border-top: solid windowtext 0.5pt;
                width: 100%;
                border-bottom: solid windowtext 1pt;
            }
                .article-table caption {
                    font-weight:bold;
                }
                    .article-table thead {
                    }
                        .article-table thead td {
                            border-bottom: solid windowtext 1pt;
                            vertical-align:top;
                            padding-right:10px;
                        }
                .article-table tbody td {
                    padding-right: 10px;
                }