#global_editor_contents {
    float: none;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 25px;
    color:#333;
    font-size: 14px;
}
#global_editor_contents img{
    max-width: 891px !important;
    margin-bottom: 10px;
    height: auto;
}
#global_editor_contents table td img{max-width: 100%!important;}
#global_editor_contents .do-entry-list dl{
    float: left;
    padding-left: 2%;
    width: 48%;
}
#global_editor_contents .do-entry-list dl>dt{
    float: left;
    padding-right: 10px;color: #666;
}
#global_editor_contents .do-entry-list dl>dd{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}
#global_editor_contents .do-entry-list dl>dd img{max-width: 100%!important;}
#global_editor_contents .title,#global_editor_contents .do-entry-title{
    clear: both;
}

.do-entry-list {
    font-size: 14px !important;
}