div, p {
    word-wrap: break-word;
    word-break: break-all;
}

.blog_detail a, .editor-preview a, .editor-preview-side a {
    font-size: 16px !important;
    color: #576b95;
    text-decoration: none;
}

.blog_detail table td, th, .editor-preview table td, th, .editor-preview-side table td, th {
    margin: 0 !important;
    padding: 5px !important;
}

.blog_detail p, .editor-preview p, .editor-preview-side p {
    margin: 10px 0 !important;
}

.blog_detail ol, .blog_detail ul, .editor-preview ol, .editor-preview ul, .editor-preview-side ol, .editor-preview-side ul {
    margin: 0 0 24px !important;
    padding: 0 !important;
}

.blog_detail ul li, .editor-preview ul li, .editor-preview-side ul li {
    list-style-type: disc !important;
    margin: 8px 0 0 32px !important;
    font-size: 16px !important;
    color: #333 !important;
}

.editor-preview img, .editor-preview-side img {
    max-width: 100%;
    margin: 5px 0 5px;
}

.editor-preview blockquote, .editor-preview-side blockquote {
    display: block;
    padding: 16px;
    margin: 0 0 24px;
    border-left: 8px solid #DDDFE4;
    background: #EEF0F4;
    overflow: auto;
    overflow-scrolling: touch;
    word-wrap: normal;
    word-break: normal;
}