#div_digg {
    position: fixed;
    bottom: 0px;
    right: 2px;
    padding: 8px 8px 8px 8px;
    background-color: #fff;
    border: 1px solid #D9DBE1;
    width: 145px;
}
body {
    max-width: 1800px;
    margin: 0 auto !important;
}
.kwong-block {
    display: block;
    *display: inline;
    *zoom: 1;
    position: relative;
    padding: 1px 1px 1px 10px;
    margin: 3px 1px 13px 1px;
    line-height: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Microsoft YaHei'
}
.blogpost-body blockquote {
    background: none;
    border-left: 3px solid #f2dede;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin: 6px 0;
    padding: 5px 10px;
    color: #363529;
    font-size: 15px;
    background: #fff9f9;
}

.postBody {
    font-size: 16px;
    line-height: 2;
}
.postTitle{
    padding-bottom: 10px;
    font-size: 18px;
}
.postTitle::before{
    content: "⌈";
    color: darkgrey;
}
.postTitle::after{
    content: "⌋";
    color: darkgrey;
}

#cnblogs_post_body h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: white;
    background-color: #337AB7;
    padding: 5px 15px;
    border-radius: 4px;
    margin:25px 0px 10px 3px;
}
#cnblogs_post_body h2 {
    background-color: #337AB720;
    padding: 5px 15px;
    border-radius: 2px;
    margin:25px 0px 10px 3px;    color: #555;
}
#cnblogs_post_body ul {
    margin-left: 38px;
    padding-left: 0;
}

#cnblogs_post_body h4 {
    line-height: 1.2;
    font-size: 15px;
    font-weight: bold;
    margin: 12px 0;
}
#cnblogs_post_body a {
    color: #036aca;
}
#Header1_HeaderTitle::after {
    content: '@安木夕';
    font-size: initial;
    margin-left: 15px;
    text-decoration: none !important;
    opacity: 0.8;
}
a#Header1_HeaderTitle:hover {
    text-decoration: none !important;
}
div#blogTitle .subtitle {
    position: relative;
    top: -25px;
    left: 270px;
    font-size: initial;
    font-style: italic;
    opacity: 0.7;
    width: max-content;
}
.catListTitle{
    font-size: 22px;
    font-weight: bold;
    background-color: gainsboro;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
}
pre code {
    font-size: 14px;
}

#cnblogs_post_body>p{
    margin-top: 12px;
    text-indent: 2em;
}
.blogpost-body :not(pre,div,td)>code{
    text-indent: initial;
    font-size: 14px;
}
li {
    list-style: initial;
}
#cnblogs_post_body hr {
    margin-top: 20px; 
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}