.content-body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 10pt;
}
table {
    font-size: 10pt;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #333;
    margin-left: 0;
    text-align: left;
    /* max-width: 600px !important; */
    width: 100%;
    print-color-adjust:exact !important;
}
.col2 {
    background-color: #f2f2f2;
}
th, td {
    border: 1px solid #333;
    padding: 8px;
    text-align: left;
    print-color-adjust:exact !important;
}
td {
    border-width: 0.5px;
}
th {
    background-color: #f5f5f5;
    color: #333;
    padding: 10px;
    print-color-adjust:exact !important;
}
h1 {
    color: #222;
    font-size: 1.5em !important;
    line-height: 1.2em !important;
    padding-bottom: 12px;
    font-weight: 600;
}
h2 {
    color: #f15a29;
    margin-top: 20px;
    font-size: 1.25em !important;
}
ul {
    margin-top: 10px;
}
li {
    margin-bottom: 10px;
}
p.footnote {
    font-size: 8pt;
    font-style: italic;
}
.print-body {
    padding-top: 30px;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        padding-top: 5px;
    }
}