body {
    background: #ffffff;
    zoom: 1.5; 
}

.page {
    max-width: 1000px; 
    /* margin: 0.5in 0.5in 1in 150px;  */
    line-height: 1.2;
    font-size: 11pt; 
}

.sidebar-toc {
    position: fixed; 
    top: 5em; 
    left: 20px; 
    width: 150px; 
    font-size: 9pt;
}

.sidebar-toc .toc-title {
    font-weight: bold;
    margin-bottom: 0.5em;
}

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

.sidebar-toc ul ul {
    margin-left: 10px; 
}

.sidebar-toc a {
    color: #444 !important; 
    text-decoration: none; 
    display: block;
    padding: 2px 0; 
}

.sidebar-toc a:hover {
    color: #000;
}

p {
    margin: 0;
    text-indent: 1.5em; 
    text-align: justify;
}

p + p {
    margin-top: 0; 
}

a {
    color: #188a62;
    text-decoration: underline; 
}

a:visited {
    color: #044c33;
}

.title {
    text-align: center;
    font-size: 16pt; 
    font-weight: bold; 
    margin-bottom: 0.5em; 
}

.author {
    text-align: center;
    font-size: 11pt;
    margin-bottom: 0.5em;
}

.date {
    text-align: center;
    font-size: 11pt;
    margin-bottom: 2em; 
}

.abstract {
    margin: 0 4em 3em 4em; 
    font-size: 10pt;
    border: none; 
}

.abstract-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.abstract p {
    text-indent: 0;
    text-align: left;
}

.page {
    counter-reset: section;
}

h2 {
    counter-reset: subsection; 
    font-size: 14pt; 
    font-weight: bold;
    margin: 2em 0 0.25em 0; 
    text-indent: 0;
    text-align: left; 
}

h2::before {
    counter-increment: section;
    content: counter(section) ". ";
}

h3 {
    font-size: 12pt; 
    font-weight: bold;
    margin: 1.5em 0 0.5em 0; 
    text-indent: 0;
}

h3::before {
    counter-increment: subsection;
    content: counter(section) "." counter(subsection) " ";
}

.wrapfigure-container {
    float: right; 
    width: 25%; 
    margin: 0 0 1em 1.5em; 
    text-align: center;
}

.wrapfigure-container img {
    display: block;
    width: 100%;
    height: auto;
}

.wrapfigure-caption {
    font-size: 9pt; 
    margin-bottom: 0.5em; 
}