body, div.post div.entry
{
    font-family: 微软雅黑, "Trebuchet MS" ,Georgia, "Times New Roman" ,Times,sans-serif;
}

div.post div.entry h1, div.post div.entry h2, div.post div.entry h3
{
    margin-top: 18px;
    margin-bottom: 12px;
}
div.post div.entry h1
{
    padding: 5px;
    color: white !important;
    background-color: gray;
}

div.post h2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
}

div.post div.entry blockquote p
{
    line-height: 150%;
}

div.post div.entry pre
{
    font-family: Arial, "Consolas" , "Courier New" , "微软雅黑" , "宋体" , Courier, mono, serif;
    font-size: 10pt;
    line-height: 140%;
}

div.post div.entry pre.code
{
    border: dashed 1px  gray;
    border-left: solid 5px #6ce26c;
    margin: 0.5em 0.5em 0.5em 0.5em;
}


div.post p
{
    text-indent: 0em;
}
.desc_img
{
    margin-top: 6px;
}
/**/
table.code-table
{
    width: 100%;
    background-color:#EEE;
    border: 1px solid #CCC;
}

table.code-table td.number
{
    width: 20px;
    text-align: right;
    padding: 2px 6px 0px 0px;
    border-right: 3px solid #6CE26C;    
    color: Gray;
}

table.code-table td.code
{
    padding: 0px 6px;
}

table.code-table td.span
{
    border: 0px solid gray;
}
