body {
    line-height: 150%;
    overflow-x: hidden;
    min-height: 100%;
    font-size: 11pt;
    text-align: justify;
    font-family: Verdana;
}

.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6,
.container .h1 {
    line-height: 125%;
    margin-top: 1em;
    margin-bottom: .25em;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    font-size: 1em !important;
    font-weight: bold !important;
    font-family: Verdana !important;
}

.container h2,
.container h3,
.container h4,
.container h5,
.container h6{
    margin-top: 2.5em;
}

.container h1,
.container .h1 {
    text-align: center;
    line-height: 115%;
}

.container h3 {
    font-style: italic;
}

.article-title-trans {
    margin-bottom: 1em;
}

.container p {
    orphans: 2;
    widows: 2;
    margin: 1.2em 0;
    text-align: justify;
    font-size: 1em;
}

.container li p {
    text-indent: 0;
}

.container table {
    width: 100%;
}

.container a {
    font-size: 1em;
}

.container blockquote {
    margin: 2.5em 0 2.5em 2cm;
    text-align: justify;
    font-size: 9pt;
    line-height: 150%;
}

.container blockquote p {
    text-indent: 0;
}

.text-center {
    text-align: center !important;
}

.header {
    margin-right: 2.0cm;
    margin-left: 2.0cm;
}

.header li,
.header ul {
    display: inline;
}

.container {
    margin: auto;
    width: 98%;
    max-width: 75em;
    padding: 0;
    font-size: 1em;
}

.page-break {
    page-break-before: always;
    clear: both;
}

.journal-title img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%;
    padding-top: .25em;
}

.metadata {
    text-align: center;
    width: auto;
}

.fba {
    position: fixed;
    width: 3.75rem;
    height: 3.75rem;
    bottom: 2.5rem;
    left: 2.5rem;
    background-color: #9F2A2F !important;
    color: #FFF;
    border-radius: 3.125rem;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1100;
    font-size: 16px !important;
    font-family: Verdana !important;
}

a.fba:hover {
    background: #59BBD7;
}

a.fba,
a.fba:active,
a.fba:visited,
a.fba:hover {
    color: #FFF !important;
}

.fa-align {
    margin-top: 22px;
}

aside.sidebar {
    min-height: 100vh;
    width: 17rem;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: #FFE7DC;
    box-shadow: 3px 2px 3px #999;
    z-index: 1000;
    align-items: center;
    display: flex;
    font-size: 1em;
}

aside.sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

aside.sidebar li {
    font: 200 1em Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid #ccc;
    padding: .25em;
    font-size: 1em;
}

aside.sidebar li:last-child {
    border: none;
}

aside.sidebar li a {
    text-decoration: none;
    color: #000;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
    display: block;
}

aside.sidebar li a:hover {
    background: #A33F34;
    color: #FFFFFF;
}

.product {
    text-align: justify;
    padding: .25em;
    line-height: 110%;
}

.container ol[type="simple"] {
    list-style-type: none;
}

.container ol,
.container ul{
    margin-left: 2.0cm;
    text-align: justify;
}

.container ol > li p, 
.container ul > li p {
  margin: 0.5em 0 !important;
}

.container ol {
  counter-reset: list;
}

.container ol > li {
  list-style: none;
}

.container ol > li {
  counter-increment: list;
}

.container ol[type="1"] > li p:first-child:before {
    content: counter(list, decimal) ") ";
}

.container ol[type="roman-lower"] > li p:first-child:before {
    content: counter(list, lower-roman) ") ";
}

.container ol[type="roman-upper"] > li p:first-child:before {
    content: counter(list, upper-roman) ") ";
}

.container ol[type="alpha-lower"] > li p:first-child:before {
    content: counter(list, lower-alpha) ") ";
}

.container ol[type="alpha-upper"] > li p:first-child:before {
    content: counter(list, upper-alpha) ") ";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

article div {
    text-align: justify;
}

.author-aff {
    margin-bottom: 1em;
}

.aff {
    line-height: 125%;
}

.article-body {
    margin-top: 1em;
}

.figgrp img,
.table img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 98%;
    padding-top: .25em;
}

.abstract-section p {
    text-indent: 0;
    margin-top: 0;
    text-align: justify;
}

.abstract-title,
.dates-title {
    margin-bottom: .25em;
    line-height: 100%;
    font-weight: bold !important;
}

.dates{
    text-align: center !important;
}

.figgrp,
.table-wrap {
    padding-top: .25em;
}

.fig-caption,
.figgrp {
    text-align: center;
}

.xref-fig,
.xref-table,
.xref-equation {
    background: #ebf9ff;
}

.ref-list ul,
.table-wrap-foot ul,
.dates ul,
.footnote-list ul {
    list-style-type: none;
    padding: 0;
    margin-top: .25em;
    margin-left: 0cm;
}

.ref-list ul li,
.footnote-list ul li{
    margin-top: 0.5em;
}

.ref-list div {
    margin-left: 36.0pt;
    text-indent: -36.0pt;
    margin-bottom: .0001pt;
    text-align: justify;
}

.footnote-list ul li {
    text-align: justify;
}

.table-wrap-foot ul {
    margin-top: 0;
}

.table-wrap-foot ul li {
    font-style: italic;
    text-align: justify;
}

.table-wrap {
    margin: 1.5em 0;
}

.table table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table table td {
    padding: .25em;
    border: .1em solid lightgrey;
}

.container-license {
    background: lightgrey;
    margin: 1em auto;
    text-align: center;
    padding: .5em 0 .25em 0;
}

h5.how2cite-title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
}

.nobr {
    white-space: nowrap;
}