#donntu {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 1000;
}

.page {
    max-width: 900px !important;
    margin: 40px auto !important;
}

.content-container {
    font-family: "Times New Roman", serif !important;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 40px 60px !important;
}

.udk {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}

.article-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin: 0 auto 20px;
    text-transform: none;
}

.authors {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.affiliation {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.article-text p {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    text-indent: 1.25cm;
}

.cite-block {
    border-left: 4px solid #cfa66b;
    background: #fff6e8;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.content-container h1 {
    font-family: "Times New Roman", serif !important;
    font-size: 16pt;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    text-indent: 0;
    font-weight: 400;
}

.content-container h2 {
    font-family: "Times New Roman", serif !important;
    font-size: 15pt;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1.5em;
    text-indent: 0;
    font-weight: 400;
}

.content-container h3 {
    font-family: "Times New Roman", serif !important;
    font-size: 16pt;
    margin-top: 1em;
    margin-bottom: 1em;
    text-indent: 1.25cm;
    font-weight: 400;
}

.content-container h1,
.content-container h2,
.content-container h3 {
    letter-spacing: 0;
    line-height: 1.2;
}

.article-title,
.authors,
.affiliation {
    text-transform: none !important;
}

.custom-list li {
    position: relative;
    padding-left: 20px;
}

.custom-list li::before {
    content: "—";
    text-indent: 1.25cm;
    position: absolute;
    left: 0;
    margin-top: 5px;
}

.number-list {
    counter-reset: num;
    padding-left: 0;
}

.number-list li {
    list-style: none;
    counter-increment: num;
    position: relative;
    padding-left: 35px;
}

.number-list li::before {
    content: counter(num) ". ";
    position: absolute;
    text-indent: 0.5cm;
    top: -5px;
}

img {
    width: 85%;
    display:block;
    margin:20px auto;
}

.article-text table {
    font-size: 14px;
}

.article-text th {
    font-weight: 400;
}

.article-text td {
    padding: 1%;
    vertical-align: top;
}

.article-text td:first-child {
    width: 30%;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
}

.article-text td:nth-child(2) {
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: justify;
}

.article-text p.center {
    text-align: center !important;
    text-indent: 0 !important;
}

.article-text p.right {
    text-align: right !important;
    text-indent: 0 !important;
}
