@page {
    margin: 20px;

    size: 210mm 297mm;
}

body {
    box-sizing: border-box;
    margin: 0 auto;
    width: 210mm;
    height: 297mm;
    height: auto;
    background: none;

    -webkit-print-color-adjust: exact;
}

#sticky-wrapper,
header,
aside,
footer,
button,
.no-print,
.pageTop,
#main-contents h1 span,
#main-contents h1::before {
    display: none;
}

#main-contents h1 {
    margin: 0 0 2rem;
    border-bottom: 2px solid #0f7b3b;
    font-size: 2rem;
}

#main-contents h2 {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
}

#main-contents {
    margin: 0;
}

#main-contents h3 {
    margin-left: 0;
    background: none;
    font-size: 1.5rem;

    -webkit-text-fill-color: #000;
}

#main-contents h3:after,
#main-contents h3::before {
    display: none;
}

#main-contents .hd-atnt {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1;
}

#main-contents .h2-supplement {
    font-size: 1.2rem;
}

#main-contents .h2-supplement span::before,
#main-contents .h2-supplement span::after {
    bottom: 5px;
    height: 20px;
}

#main-contents .h2-supplement.mt-5 {
    margin-top: 2rem !important;
}

.alert-info.h5 {
    font-size: 1rem;
}

.history-list .col-sm-3 {
    width: 30%;
    border-bottom: 1px solid #999;
}

.history-list .col-sm-3 span {
    display: inline;
}

.history-list .col-sm-9 {
    width: 70%;
    border-bottom: 1px solid #999;
}

.col-md-6 {
    width: 50%;
}

.tab-pane {
    page-break-before: avoid;
}

.break-page {
    page-break-before: always;
}

.table-responsive:before {
    display: none;
}
