<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zm_wiki_item{
    color: #11b3da;
    display: inline-block;
    padding-bottom: 5px;
    cursor: help;
}
.zm_wiki_wrapper{
    position: absolute;
    width: 360px;
    background-color: #fff;
    border: 1px solid #cfd0d2;
    z-index: 10;
    margin-top: 20px;
}
.zm_wiki_wrapper:before{
    content: '';
    position: absolute;
    border: 7px solid transparent;
    border-bottom-color: #cfd0d2;
    top: -14px;
    right: 10px;
    z-index: 0;
}
.zm_wiki_wrapper:after{
    content: '';
    position: absolute;
    border: 7px solid transparent;
    border-bottom-color: #ffffff;
    top: -12px;
    right: 10px;
    z-index: 1;
}


.wiki_content{
    position: relative;
    padding: 15px;
}

.wiki_thumbnail{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.wiki_content .main_title{
    color: #a5864f;
    font-size: 14px;
    display: block;
}

.wiki_content .title{
    color: #000;
    display: block;
    margin-top: 20px;
}

.wiki_content .content{
    text-align: justify;
    font-size: 12px;
    font-family: Tahoma;
    line-height: 15px;
}

.wiki_content .content p{
    font-family: Tahoma;
    line-height: 20px;
}</pre></body></html>