<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    color: inherit;
    text-decoration: none;
}
.card-text {
    font-size: 12px;
}
.breadcrumb {
    font-size: 13px;
}
.chap-info{
    text-align: left;
}
.chap-info .desc p {
    margin-bottom: 0px !important;
}
.chap-info .link {
    color:blue;
    font-style: italic;
}
.chap-info .status {
    color:brown;
}
.sb-title {
    font-weight: bold;
    background-color: #d1d1d1;
}
.chapter .chapter-c {
    font-family: "Arial",sans-serif;
    font-size: 20px;
}

.chapter .chapter-c {
    font-family: "Palatino Linotype","Arial","Times New Roman",sans-serif;
    line-height: 180%;
    color: #2B2B2B;
    font-size: 22px;
    text-align: left;
    word-wrap: break-word;
}
.page-title {
    font-size: 23px;
    padding-bottom: 12px;
}
.list-chap .col-4,.list-chap .col-6 {
    border-bottom: 1px solid #eee;
    padding: 6px 10px;
}
.list-chap a {
    text-decoration: none;
    color: #5086ae;
}
.copyright{
    display: inline-flex;
    color:#eee;
    font-size: 15px;
}
.copyright p{
    margin: 0px 0px 0px 10px!important;
}
.copyright p:not(:first-child) {
    border-left:1px solid #353535;
    padding-left:10px;
}
.copyright p a {
    color:inherit;
}
.copyright p a:hover {
    color:#fbc50c;
}
.hash-tag{    
    line-height: 35px;
    margin-top: 10px;
}
.hash-tag a{
    color: #dfdfdf;
    border: 1px solid;
    padding: 2px 5px;
    border-radius: 5px;
    margin-right: 5px;
    display: ruby;
}
.mh-150 {
    max-height: 145px;
    overflow: auto;
}
.mh-420 {
    max-height: 420px;
    overflow: auto;
}

.mh-500 {
    max-height: 680px;
    overflow: auto;
}
/* ipad */
@media (max-width: 1024px) {
    .card-text {
        max-height: 55px;
        overflow: hidden;
        text-overflow: inherit;
    }
}
@media (max-width: 480px) {
    .chap-info {
        text-align:center;
    }
    .copyright{
        display: unset;
    }
    .copyright p{
        border-left: inherit !important;
        margin: 0px !important;
    }
    .mh-500 {
        max-height: 500px;
        overflow: auto;
    }
    .card-text {
        max-height: 55px;
        overflow: hidden;
        text-overflow: inherit;
    }
}</pre></body></html>