body {
    font-family: "Times New Roman", Times, serif;
    font-size: 1em;
}

h1 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 2em; margin: .67em 0 }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; margin: .75em 0 }
.notoc-h2 { font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; margin: .75em 0 }
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 1.17em; margin: .83em 0 }
h4 { font-family: Arial, Helvetica, sans-serif; font-style: italic; margin: 1.12em 0 }
p { margin: 1.12em 0; }
.figtext { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; hyphens: auto }

a:link { color: #087797; }
a:visited { color: #087797; }
a:hover { color: #11c1f3; }

tr:nth-child(even) { background: #e5e5e5; }

/* Tocbot css start */
.toc {
    overflow-y:auto
}
.toc>ul {
    overflow:hidden;
    position:relative
}
a.toc-link{
    color:currentColor;
    height:100%
}
.is-collapsible{
    max-height:1000px;
    overflow:hidden;
    transition:all 300ms ease-in-out
}
.is-collapsed{
    max-height:0
}
.is-position-fixed{
    position:fixed !important;
    top:0
}
.is-active-link{
    color: white !important;
}
.is-active-link {
    background-color:#11c1f3;
}

#tocbot-toc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    top: 0px;
    left: 0px;
    height: 100%;
    position: fixed;
    background: #f5f5f5;
    width: 14em;
    padding-top: 0.5em;
}
#tocbot-toc a {
    text-decoration: none;
    padding: 0.25em 0.25em;
    display: block;
}
#tocbot-toc .toc-active a {
    color: white;
}
#tocbot-toc .toc-active {
    background: #11c1f3;
}
#tocbot-toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#tocbot-toc .node-name--H1 {
    padding-left:0.25em;
    font-weight: bold;
}
#tocbot-toc .node-name--H2 {
    padding-left:0.25em;
}
#tocbot-toc .node-name--H3 {
    padding-left:1.25em;
    font-size: 0.9em;
}
#tocbot-toc .node-name--H4 {
    padding-left:2.25em;
    font-size: 0.9em;
    font-style: italic;
}

/* tocbot css end */

#toc_top {
    position: fixed;
    right: 0.5em;
    bottom: 0.5em;
    z-index: 100;
    background: #eee;
    padding: 0.5em;
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    opacity: 0.9;
}
#toc_top a {
    text-decoration: underline;
    display: block;
    color: #087797;
}
#document {
    margin-left: 12em;
    max-width: 62em;
}
#toc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: initial;
    position: initial;
    border-bottom-style: solid;
    border-top-style: solid;
    border-width: 1px;
    border-color: black;
    padding-bottom: 1em;
    padding-top: 1em;
}
#toc a {
    text-decoration: none;
    display: block;
    color: #000;
}
#toc a:hover {
    text-decoration: underline;
    color: #087797;
}
#toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#toc li {
    padding: 0.25em 0.5em;
}
#toc .h2 {
    font-size: 1.25em;
}
#toc .h3 {
    padding-left: 2.25em;
}
#toc .h4 {
    padding-left: 4.25em;
    font-style: italic;
}
@media screen and (max-width: 600px), screen and (max-height: 760px) {
    #tocbot-toc {
	display:none;
    }
    #document {
        margin-left: 0;
    }
    #toc_top {
        display: block;
    }
}

@media print {
    #tocbot-toc {
	display:none;
    }
    #document {
        margin-left: 0;
    }
    #toc_top {
        display: none;
    }
}
