html {
    scroll-behavior: smooth;
}

/* submission */
.page.page_submissions h2 {
   font-size: 24px;
}

/* registration form */
.registration-info-title {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: Play, "Noto Sans", serif;
    font-size: 19px;
}
.reviewer legend {
    font-size: 19px;
}
.reviewer {
    margin-bottom: 20px;
}
.recaptcha_wrapper {
    margin-bottom: 20px;
}

fieldset.consent {
    margin-top: 20px;
    margin-bottom: 20px;
}

.consent .fields {
    margin-bottom: 10px;
}

/* site-wide */
h3 {
    font-size: 24px;
    margin-top: 8px;
}
h4 {
    font-size: 22px;
    margin-top: 8px;
}

.container-base {
    max-width: 95%;
}
.myCredits {
    background: #000;
    padding: .75em 0;
    text-align: center;
    border-top: 2px groove rgba(255,255,255,0.35);
}
.myCredits a {
    color: #fff;
    text-decoration: none;
}   
.title-translate {
    color: #5d5d5d;
    font-size: 14px;
    font-style: italic;
    display: block;
}
.card-title {
    font-size: 17px;    
    margin-top: 0;
}
.card-title a {
    color: #000;
}
hr {
    border-color: #212121;
}
.page-header {
    font-family: Play, "Noto Sans", serif;    
    padding-bottom: 10.5px;
    margin: 46px 0 23px;
    border-top: 1px solid #212121;
}
.page-header h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 23px;
    margin-bottom: 11.5px;
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 1.846;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.media .thumb {
    min-width: 128px;
    max-width: 128px;
}
.card-body {
    padding: 15px;
}

@keyframes sweep {
    0%    {opacity: 0;}
    100%  {opacity: 1;}
}
details {
    position: relative;
}
details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    max-height: 320px;
    overflow-y: auto;
}
p {
    font-size: 14px;
}
.galley-article-meta {
    margin-top: 0 !important;
}

.jatsparser-author-string-href span {
    font-weight: normal !important;
}

.article-container a,
.article-container div,
.article-container figure,
.article-container li,
.article-container p,
.article-container span,
.article-container table {
    font-family: inherit !important;
}