#sideBar {
    display: none;
}

#home {
    width: revert;
}
#main {
    width: revert;
}

#mainContent{
    float: revert;
    width:revert;
    margin-left: revert;
}

#mainContent .forFlow {
    margin-left: 2em;
    margin-right: 2em;
    float: none;
    width: initial;
}

.postBody {
    color: #000;
    line-height: 1.7;
    font-size: 18px;
}

.postBody li, .postCon li {
    list-style-type: disc;
    margin-bottom: 0.3em;
}

#cnblogs_post_body ul {
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    list-style-type: disc;
}
#cnblogs_post_body li {
    list-style: inherit;
    margin: 4px auto;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}
#cnblogs_post_body h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin: 5px 0;
}
#cnblogs_post_body>pre, .blogpost-body>pre {
    margin: 5px auto;
    overflow-x: hidden;
    white-space: pre-wrap;
    word-break: break-all;
}
.cnblogs-markdown pre code, .blogpost-body pre code {
    display: block;
    line-height: 1.4;
    margin: 0;
    font-size:medium;
}
.blogpost-body p,#cnblogs_post_body p {
    margin: 5px auto;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}
