/***********************************************************************************
    Sidebar
***********************************************************************************/

body>aside>section.sidebar>ul:nth-child(1)>li.node>div.label
{
    display: none;
}
body>aside>section.sidebar>ul:nth-child(1) li.node div.label
{
    padding: 0.2em 0;
}
body>aside>section.sidebar>ul:nth-child(1) li.node ul
{
    margin-left: 10px;
}
body>aside>section.sidebar>ul:nth-child(1)
{
    margin: 0;
    padding: 0;
}

figure
{
    background-color: rgb(249 249 249);
    border: 0.1em solid rgb(221 221 221);
    display: inline-block;
    margin: 2em; 
    padding: 1em;
    text-align: center;
} 
figure>img
{
    display: block;
    margin: 0 auto;
    object-fit: contain;
    width: 67.5em;
}
figure>figcaption 
{
    color: rgb(85 85 85);
    font-size: 0.8em;
    margin-top: 0.5em;
}
h1, h2, h3, h4, h5, h6 
{
    font-weight: 600;
    margin: 0 0 0.8em 0;
}
h1 
{ 
    font-size: 2.2em; 
    padding-bottom: 0.5em; 
}
h1.title
{
    border-bottom: 3px solid rgba(0 0 0 / 0.1); 
}
h2 
{ 
    font-size: 1.8em; 
    border-bottom: 1px solid rgba(0 0 0 / 0.1); 
    padding-bottom: 0.4em; 
}
hr
{
    border: none;
    border-top: 0.5em dashed rgb(128 128 128);
    margin-top: 2em;
}
section img 
{
    box-shadow: 0 0.25em 0.75em rgba(0 0 0 / 0.1);
    height: auto;
    max-width: 60em;
}
img.button
{
    display: inline;
    align-self: center;
    max-height: 7em;
    max-width: 7em;
}
img.imageLandscape
{
    border: 1px solid rgb(204 204 204);
    border-radius: 1em;
    box-shadow: 0 0.25em 0.75em rgba(0 0 0 / 0.1);
    display: block;
    margin: 2em auto;
    object-fit: fill;
    max-height: 35.5em;
    max-width: 67.5em;
}
img.smallImage
{
    display: block;
    height: 20em;
    object-fit: contain;
    width: 43.75em;
}
img.mobileImage
{
    border: 1px solid rgb(204 204 204);
    border-radius: 1em;
    box-shadow: 0 0.25em 0.75em rgba(0 0 0 / 0.1);
    display: block;
    margin: 2em auto;
    width: 20em;
}
ul, ol
{
    padding-left: 3em;
}
li:not(aside li)
{
    margin: 0 0 0.5em 0;
    padding: 0.2em 0.5em;
}
ol>li>ol>li
{
    list-style-type: upper-roman
}
ol>ul
{
    list-style-type: disc;
}
p
{
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 1.125em;
    margin: 0 0 1em 1.2em;
}
pre.info
{
    background-color: rgb(255 255 255);
    border: 0.1em solid rgb(0 0 0);
    display: inline-block;
    font-family: "Arial", "Helvetica", sans-serif;
    margin:  1.25em auto;
    padding: 1.25em;
    text-align: left;
    width: fit-content;
}
section>img
{
    margin: 1.25em;
}
section>p
{
    text-align: justify;
}
table 
{
    border-collapse: collapse;
    font-size: 0.95em;
    margin: 1.5em 0;
    width: 100%;
}
th, td 
{
    border-bottom: 0.1em solid rgb(204 204 204);
    padding: 0.75em 1em;
    text-align: left;
}
thead th 
{
    font-weight: 600;
}
tbody tr:nth-child(even) 
{
    background: rgb(249 249 249); 
}
tbody tr:hover 
{
    background: rgb(230 240 255); 
}
video
{
    display: block;
    height: 35.5em;
    margin: 2em auto;
    object-fit: contain;
    width: 67.5em;
}
iframe
{
    border: 0;
    height: 99%;
    width: 100%;
}
div.calloutInfo, div.calloutTip, div.calloutWarning, div.calloutDanger 
{
    border-left: 1em solid;
    border-radius: 1em;
    margin: 1.5em 0;
    padding: 1.6em;
}
div.calloutInfo
{ 
    background: rgb(227 242 253); 
    border-color: rgb(33 150 243); 
}
div.calloutInfo>h6
{
    font-size: 1em;
}
section section
{
    margin-bottom: 4em;
}
*~section 
{
    margin-top: 2em;
}
div#content-wrapper ol, div#content-wrapper ul
{
    margin: 0 0 2em 0;
}