<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    max-width: 640px;
    margin: 0 auto;
    font-size: 1em;
    padding: 0 10px;
    padding-bottom: 1em;
}
#article_footer {
    display: none;
}
a {
    color: #007DBB;
    text-decoration: none;
}
table.table_general {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 5px 0;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    width: 100%;
}
table.table_general tr td {
    vertical-align: top;
    border: 1px solid #cccccc;
    padding: 5px 5px 5px 5px;
}
table.table_general tr:first-child td {
    background: none repeat scroll 0 0 #EBF8FF;
    /* font-size: 1.2em; */
    line-height: 25px;
    color: #028BCE;
    text-align: center;
    font-weight: bold;
    border: 1px solid #cccccc;
}
.table_general tr th, .table_general tr:first-child td {
    background: none repeat scroll 0 0 #EBF8FF;
    /* font-size: 1.2em; */
    line-height: 25px;
    color: #028BCE;
    text-align: center;
    font-weight: bold;
    border: 1px solid #cccccc;
}
table:not(.table_general) tr td:first-child {
    white-space: nowrap;
    padding-right: 5px;
}
.separatorLine {
    display: none;
}
@media print {
    img {
        position: relative;
        page-break-before: auto;
        page-break-after: auto; 
        page-break-inside: avoid;
        break-inside: avoid;
    }
}</pre></body></html>