#article-content h2:first-child {
    font-size: 20px !important;
    color: #5a5c61;
    margin-bottom: 1rem !important;
}

#article-content h2:not(:first-child) {
    font-size: 20px !important;
    color: #5a5c61;
    margin: 3rem auto 1rem !important;
}

#article-content {
    font-size: 14px;
    --bs-text-opacity: 1;
    color: #8d93a1 !important;
}

.form-group {
    margin-bottom: 1rem;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

#article-content a {
    color: #0645ad;
    text-decoration: none;
}

#article-content a:visited {
    color: #0b0080;
}

#article-content a:hover {
    color: #06e;
}

#article-content a:active {
    color: #faa700;
}

#article-content a:focus {
    outline: thin dotted;
}

#article-content a:hover, #article-content a:active {
    outline: 0;
}

::-moz-selection {
    background: rgba(255, 255, 0, 0.3);
    color: #000
}

::selection {
    background: rgba(255, 255, 0, 0.3);
    color: #000
}

#article-content a::-moz-selection {
    background: rgba(255, 255, 0, 0.3);
    color: #0645ad
}

#article-content a::selection {
    background: rgba(255, 255, 0, 0.3);
    color: #0645ad
}

#article-content p {
    margin: 1em 0;
    font-size: 14px !important;
}

#article-content img {
    max-width: 100%;
}

#article-content h1,
#article-content h2,
#article-content h3,
#article-content h4,
#article-content h5,
#article-content h6 {
    font-weight: normal;
    color: #5a5c61;
    line-height: 1em;
    margin:30px 0 10px;
}

#article-content h4,
#article-content h5,
#article-content h6 {
    font-weight: bold;
}

#article-content h1 {
    font-size: 2.5em;
}

#article-content h2 {
    font-size: 2em;
}

#article-content h3 {
    font-size: 1.3em;
}

#article-content h4 {
    font-size: 1.2em;
}

#article-content h5 {
    font-size: 1em;
}

#article-content h6 {
    font-size: 0.9em;
}

#article-content blockquote {
    color: #666666;
    margin: 0;
    padding-left: 3em;
    border-left: 0.5em #EEE solid;
}

#article-content hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #eee;
    margin: 1em 0;
    padding: 0;
}

#article-content pre,
#article-content code,
#article-content kbd,
#article-content samp {
    color: #000;
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 0.98em;
}

#article-content pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#article-content b,
#article-content strong {
    font-weight: bold;
}

#article-content dfn {
    font-style: italic;
}

#article-content ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

#article-content mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

#article-content sub,
#article-content sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

#article-content sup {
    top: -0.5em;
}

#article-content sub {
    bottom: -0.25em;
}

#article-content ul,
#article-content ol {
    margin: 1em 0;
    padding: 0 0 0 2em;
}

#article-content li {
    list-style:auto;
}

#article-content li p:last-child {
    margin: 0
}

#article-content dd {
    margin: 0 0 0 2em;
}

#article-content img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

#article-content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

#article-content th {
    border-bottom: 1px solid black;
}

#article-content td {
    vertical-align: top;
}
