#home{
    padding: 30px 60px;
    min-width: 750px;
    max-width: 1000px;
}
 body {
    margin:0;
    font-size: 15px;
}
#blogTitle h1 {
    margin-top:0
}
#cnblogs_post_body h4 {
    font-size: 16px;
}
#blogTitle h1 a {
    font-size: 16px;
    color: transparent;
    background: url(https://www.mipengine.org/static/img/mip_logo_3b722d7.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 230px;
    height: 50px;
}
#blogTitle h1 a:hover {
    color: transparent;
}
#topics .postTitle {
    font-size: 170%;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    transition: all 0.2s linear 0s;
}
.postTitle a:hover {
    margin-left: 10px;
    color:#4078c0;
    text-decoration: underline;

}
.postBody{
    color: #333;
    font-size:16px;
}
.postBody a:link, .postBody a:visited  {
    color: #009aed;
    margin:0 3px;
    text-decoration: none;
}
.postBody strong {
    padding: 0 3px;
    color: black;
}
.cnblogs-markdown code{

    font-family: Consolas!important;
    font-size: 14px!important;
    border: none!important;
  
    margin: 1px 3px;
    padding: 0 2px!important;
}

.cnblogs-markdown .hljs {
     font-family: Consolas!important
      
}
.cnblogs-markdown .hljs {
    
    font-size: 14px!important;
    line-height: 1.5!important;
    padding: 5px!important;
}

.cnblogs-markdown pre{
    padding:16px;
    font-family: Consolas!important
    word-wrap: normal;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f7f7f7;
    border-radius: 3px;

}
.postBody li, .postCon li{
    margin-bottom: 0.4em;
}
#mainContent {
    margin-left: -18em;
}
#mainContent .forFlow {
  margin-left: 18em;
}
#footer {
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #home{
        margin-top: 0; margin-bottom: 0;padding: 15px;
    }
}