@page {
    margin: 0;
    margin-top: 21mm;
    margin-bottom: 21mm;
}

a {
    color: #202080;
}

html {
    font-size: 10.5pt;
    color: black;
}

body {
    padding: 4 2em;
    margin: 0 auto;
    max-width: 53em;
    min-width: 12em;
}

* {
    font-size: inherit;
}

p {
    text-indent: 1em;
    line-height: 1.3em;
    text-align: justify;
    text-align-last: left;
}

li>p {
    text-indent: initial;
}

p * {
    text-indent: initial;
}

#index ol {
    list-style: none;
}

h1 {
    font-weight: bold;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

h1 {
    display: block;
    text-align: center;
    font-size: 1.5em;
    margin: 3em;
}

body>section {
    page-break-after: auto;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
}

h4,h5,h6 {
    font-size: 1.0em;
}

dmath {
    font-size: 0.96em;
    margin-bottom: 0.8em;
    margin-top: 0.8em;
    padding-left: 2em;
    display: block;
}

div.cEqNum {
    display: flex;
    margin-bottom: 0.8em;
    margin-top: 0.8em;
}

div.cEqNum>dmath {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: 0;
}

div.cEqNum>div {
    margin-right: 0;
    margin-left: auto;
    display: flex;
}

div.cEqNum>div>span {
    margin: auto;
}

imath {
    font-size: 1em;
    display: inline-block;
    text-align: initial;
    text-align-last: initial;
}

img {
    margin: 0em auto;
    width: 94%;
    display: block;
}

video {
    margin: 0em auto;
    width: 94%;
    display: block;
}

figure {
    margin: 0.8em auto;
}

figure td {
    text-align: center;
    text-align-last: center;
}

figcaption {
    font-size: 0.8em;
    display: block;
    text-align: center;
    text-align-last: center;
    margin: 0em auto;
    margin-top: 1em;
}

/***********neumeric table definition************/

table {
    margin: auto;
}

table.cNum {
    border-spacing: 0px;
}

table.cNum>tr>th:first-of-type {
    border-right: 1px solid #404040;
}

table.cNum>tr:nth-of-type(1)>th {
    border-bottom: 1px solid #404040;
    padding: 0.5em;
}

table.cNum>tr:nth-of-type(2)>* {
    border-top: 1px solid #404040;
    padding-top: 0.5em;
}

table.cNum>tr:last-of-type>* {
    margin: 0;
    border-bottom: 1px solid #404040;
    padding-bottom: 0.5em;
}

table.cNum td {
    text-align: center;
}

table.cNum th {
    font-weight: normal;
    text-align: center;
    text-align-last: center;
}

table>caption {
    display: table-caption;
    margin: 0.5em;
    font-size: 0.8em;
}

table tr {
    margin-left: auto;
    margin-right: auto;
}

code {
    display: block;
    line-height: inherit;
    border-radius: 0.2em;
    margin: 0;
    padding: 0.1em 0.5em 0.1em 0.5em;
    background-color: #faf8f8;
}

code>pre {
    display: block;
    white-space: pre-wrap;
    margin: 0;
    line-height: 120%;
    padding: 0.8em 0.5em 0.8em 0.5em;
    border-radius: 0.2em;
    background-color: #faf8f8;
    font-family: 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback';
}

#iIndex li, #iReferences li, footer li {
    list-style: none;
}
#iReferences li title{
    display: inline;
}

footer {
    font-size: 0.8em;
    padding-top:0.2rem;
    position: relative;
}
footer::after {
    content: "";
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 50%;
}

li {
    font-size: 1em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: justify;
    text-align-last: left;
}

ol>li {
    position: relative;
    list-style: none;
}

li>.cMyListStyle {
    position: absolute;
    top: 0;
    left: -1.4em;
}

.cAlphabetOl {
    list-style-type: lower-alpha;
}

.cLatex {
    display: none;
}

body>time, body>address {
    display: block;
    font-style: normal;
    text-align: center;
    margin: 0.5em auto;
    font-size: 1.2em;
}

.cAuthorBlock {
    text-align: center;
    text-align-last: center;
}

.cAuthorBlock author {
    display: inline-block;
    margin: 0.5em 0.5em;
    font-size: 1.2em;
}