.close-icon-box {
    background: #fff;
    border-radius: 1rem;
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.article_content h1 {
    font-weight: bold !important;
    font-size: 2.5rem !important;
}

.article_content h2 {
    font-weight: bold !important;
    font-size: 2rem !important;
}

.article_content h3 {
    font-weight: bold !important;
    font-size: 1.6rem !important;
}

.article_content h4 {
    font-weight: bold !important;
    font-size: 1.3rem !important;
}

.article_content h5 {
    font-weight: bold !important;
    font-size: 1.15rem !important;
}

.article_content h6 {
    font-weight: bold !important;
    font-size: 1rem !important;
}

.article_content a {
    color: #007bff;
    text-decoration: underline;
    background-color: transparent;
}

.article_content * {
    margin: revert;
    padding: revert;
    color: revert;
    text-decoration: revert;
    list-style: revert;
}

* {
    font-family: battambang;
}

a:hover {
    color: #fb8500;
}

.article_content table, .article_content table td {
    border-width: 1px;
    border-color: gray;
}

.article_content table td {
    padding: .4rem;
}

.article_content p, .article_content span {
    font-size: 14pt;
}
.article_content .cite-bracket {
    font-size: revert;
}