.rainman-post table p {
margin:0 8px;
}
.tbcenter td, .tbcenter th {text-align:center !important;}
.dayTitle, .postCon,.c_b_p_desc { display:none;}
.entrylistItemPostDesc,.postDesc {text-align:left;margin-bottom:10px;}
.postTitle,.entrylistPosttitle { margin-bottom:5px;}
.syntaxhighlighter { margin:10px !important;}
.postBody span,.postBody pre { line-height:1.2 !important;}


/**
 * rainman.css
 * Date: 2010-08-14
 * Author: kangchangan@gmail.com
 * URL: https://rainman.cnblogs.com
 * Description: Rain Man Style Platform Copyright(c) 2010-? Some rights reserved.
 */
 
.postCon, #cnblogs_post_body{ padding:0px 30px 5px 10px; font: 14px/1.5 Tahoma, Arial, "\5b8b\4f53", sans-serif; }

/* link*/
.postCon a, #cnblogs_post_body a { color:#000000;text-decoration:none; border-bottom:1px dashed; }
.postCon a:hover, #cnblogs_post_body a:hover { color:#9cba39; text-decoration:none !important;}
.postCon a:link, .postCon a:visited, .postCon a:active,
#cnblogs_post_body a:link, #cnblogs_post_body a:visited, #cnblogs_post_body a:active{text-decoration: none;color:#075DB3; }

/* hx */
.postCon h3, .postCon h4, #cnblogs_post_body h3, #cnblogs_post_body h4{ font-size:14px; font-weight:bold; line-height:1.8; }
.postCon h3, #cnblogs_post_body h3{ font-size:14px; border-bottom:1px dotted #bbb; }

/* dl */
.postCon dl, #cnblogs_post_body dl { margin-left:30px; }
.postCon dt, #cnblogs_post_body dt { font-weight:bold; }
.postCon dd, #cnblogs_post_body dd { margin-left:40px; margin-bottom:8px; }

/* ul, ol */
.postCon ul, .postCon ol, #cnblogs_post_body ul, #cnblogs_post_body ol{ padding-left:40px; *margin-left:40px; *padding-left:00px; }
.postCon ol li, #cnblogs_post_body ol li{ list-style-type:decimal; }
.postCon ul li, #cnblogs_post_body ul li{ list-style-type:disc; }

/* margin */
.postCon ul, #cnblogs_post_body ul,
.postCon ol, #cnblogs_post_body ol,
.postCon dl, #cnblogs_post_body dl,
.postCon p, #cnblogs_post_body p,
.postCon h4, #cnblogs_post_body h4,
.postCon h5, #cnblogs_post_body h5,
.postCon table, #cnblogs_post_body table {
	margin:10px 0 10px 25px !important; 
}

/* 楂樹寒 */
.postCon div,#cnblogs_post_body div ,
{
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.postCon .syntaxhighlighter table, #cnblogs_post_body .syntaxhighlighter table {
	margin:0 !important; 
}
.syntaxhighlighter .line.alt2, .syntaxhighlighter .line.alt1 {
background-color: #FAFCFE!important;
}


.postCon p, #cnblogs_post_body p {
	margin-left:0 !important; 
	text-indent:2em;
}
/* code */
.postCon pre, #cnblogs_post_body pre {
	display:block; 
	margin:10px 30px 10px 25px; 
	padding:6px 12px;
	color:#0C3E64;
	overflow:auto;
	word-wrap:break-word;
	font:12px/1.5 Monaco,"Andale Mono","Lucida Console","Bitstream Vera Sans Mono","Courier New",monospace;
	border:1px dashed #CCC;
	background-color:#FAFCFE;
	/* background-image:url(https://images.cnblogs.com/cnblogs_com/rainman/139529/r_rainman-code-bg.png); */
}

/* table */
.postCon table, #cnblogs_post_body table { margin-left:10px; border-collapse: collapse; border-spacing: 0; }
.postCon td , .postCon th, #cnblogs_post_body td, #cnblogs_post_body th { padding:2px 10px;border:1px solid #BBB;}
.postCon th, #cnblogs_post_body th { font-weight:normal;text-align:left; background:#DEE7EC; font-weight:bold;}

/* common clsss */
.clearfix:after{ content: '\20'; display: block; height: 0; clear: both; }
.clearfix{ *zoom: 1; }


/* 目录 */
.postCon ul.catalogue, #cnblogs_post_body ul.catalogue {
    margin:5px 5px 5px 25px;
    padding:0;
	list-style:none;
}
.postCon ul.catalogue li, #cnblogs_post_body ul.catalogue li {
    list-style:none;
    margin:0;
    padding:0;
    line-height:2;
}
.postCon ul.catalogue span,  #cnblogs_post_body ul.catalogue span{
    background: url("https://images.cnblogs.com/cnblogs_com/rainman/139529/o_list_style_disc.png") no-repeat left center;
    padding-left: 15px;
}


/********************************************
 * 高亮
 ********************************************/
.dp-highlighter
{
	font-family: "Consolas", "Courier New", Courier, mono, serif;
	font-size: 12px;
	background-color: #E7E5DC;
	width: 99%;
	overflow: auto;
	margin: 18px 0 18px 0 !important;
	padding-top: 1px; /* adds a little border on top when controls are hidden */
}

/* clear styles */
.dp-highlighter ol,
.dp-highlighter ol li,
.dp-highlighter ol li span 
{
	margin: 0;
	padding: 0;
	border: none;
}

.dp-highlighter a,
.dp-highlighter a:hover
{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.dp-highlighter .bar
{
	padding-left: 45px;
}

.dp-highlighter .bar,.dp-highlighter .bar div {
	margin:0;
}

.dp-highlighter.collapsed .bar,
.dp-highlighter.nogutter .bar
{
	padding-left: 0px;
}

.dp-highlighter ol
{
	list-style: decimal; /* for ie */
	background-color: #fff;
	margin: 0px 0px 1px 0px !important; /* 1px bottom margin seems to fix occasional Firefox scrolling */
	color: #5C5C5C;
	padding-left:45px !important;
}

.dp-highlighter.nogutter ol,
.dp-highlighter.nogutter ol li
{
	list-style: none !important;
	margin-left: 0px !important;
}

.dp-highlighter ol li,
.dp-highlighter .columns div
{
	list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
	list-style-position: outside !important;
	border-left: 3px solid #6CE26C;
	background-color: #F8F8F8;
	color: #5C5C5C;
	padding: 0 3px 0 10px !important;
	margin: 0 !important;
	line-height: 14px;
}

.dp-highlighter.nogutter ol li,
.dp-highlighter.nogutter .columns div
{
	border: 0;
}

.dp-highlighter .columns
{
	background-color: #F8F8F8;
	color: gray;
	overflow: hidden;
	width: 100%;
}

.dp-highlighter .columns div
{
	padding-bottom: 5px;
}

.dp-highlighter ol li.alt
{
	background-color: #FFF;
	color: inherit;
}

.dp-highlighter ol li span
{
	color: black;
	background-color: inherit;
}

/* Adjust some properties when collapsed */

.dp-highlighter.collapsed ol
{
	margin: 0px;
}

.dp-highlighter.collapsed ol li
{
	display: none;
}

/* Additional modifications when in print-view */

.dp-highlighter.printing
{
	border: none;
}

.dp-highlighter.printing .tools
{
	display: none !important;
}

.dp-highlighter.printing li
{
	display: list-item !important;
}

/* Styles for the tools */

.dp-highlighter .tools
{
	padding: 3px 8px 3px 10px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
	background-color: #f8f8f8;
	padding-bottom: 10px;
	border-left: 3px solid #6CE26C;
}

.dp-highlighter.nogutter .tools
{
	border-left: 0;
}

.dp-highlighter.collapsed .tools
{
	border-bottom: 0;
}

.dp-highlighter .tools a
{
	font-size: 9px;
	color: #a0a0a0;
	background-color: inherit;
	text-decoration: none;
	margin-right: 10px;
}

.dp-highlighter .tools a:hover
{
	color: red;
	background-color: inherit;
	text-decoration: underline;
}

/* About dialog styles */

.dp-about { background-color: #fff; color: #333; margin: 0px; padding: 0px; }
.dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; }
.dp-about td { padding: 10px; vertical-align: top; }
.dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; }
.dp-about .title { color: red; background-color: inherit; font-weight: bold; }
.dp-about .para { margin: 0 0 4px 0; }
.dp-about .footer { background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align: right; }
.dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22px; }

/* Language specific styles */

.dp-highlighter .comment, .dp-highlighter .comments { color: #008200; background-color: inherit; }
.dp-highlighter .string { color: blue; background-color: inherit; }
.dp-highlighter .keyword { color: #069; font-weight: bold; background-color: inherit; }
.dp-highlighter .preprocessor { color: gray; background-color: inherit; }



code {    
font-size: 87.5%;
    word-break: break-word;
    border: 1px solid #ddd;
    background: #f6f6f6;
    padding: 3px 5px;
    border-radius: 3px;
   margin:0 3px;
}
pre code {
 font-size:100%;
 border:none;
background:none;
 padding:0;
margin:0;
}