#cnblogs_post_body .to_top{
	position: fixed;
	background: #ccc;
	bottom: 5%;
	right: 1.5%;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 24px;
        z-index: 1000;
}
#cnblogs_post_body .to_top a{
	color: white;
	font-size: 0.8em;
        display: inline-block;
	height: 100%;
	width: 100%;
}
#cnblogs_post_body .h1,#cnblogs_post_body .h2 span,#cnblogs_post_body .cite{
	border-radius:5px;
	background-color: #ff6600;
	padding: 5px 10px;
}
#cnblogs_post_body .h1{
	font-size: 21px;
}
#cnblogs_post_body #index{
	padding-left: 50px;
}
#cnblogs_post_body #index li,#cnblogs_post_body #index-1{
	font-size: 15px !important;
}
#cnblogs_post_body #index-1,#cnblogs_post_body .syntaxhighlighter{
	padding-left: 25px;
}
#cnblogs_post_body #index a,#cnblogs_post_body #index-1 a{
	text-decoration: none;
	color: black;
}
#cnblogs_post_body #index a:hover,#cnblogs_post_body #index-1 a:hover{
    color: #9cba39; 
	cursor: pointer;
}
#cnblogs_post_body .h2{
	font-size: 16px;
	padding: 0 25px 10px;
}
#cnblogs_post_body .cite{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	width: 50px;
}
#cnblogs_post_body .text{
	font-size: 15px;
	padding-left: 25px;
}
#cnblogs_post_body .title{
	font-weight: bold;
}
#cnblogs_post_body .img{
	margin-left: 25px !important;
	overflow: auto !important;
}
#cnblogs_post_body .syntaxhighlighter{
       width: 97%!important;
}
#cnblogs_post_body .syntaxhighlighter .gutter div,#cnblogs_post_body .syntaxhighlighter code{
	white-space: nowrap !important;
}
#cnblogs_post_body .cnblogs_code{
	margin-left: 25px;
}
#cnblogs_post_body .keyword-highlight{
	padding: 3px 7px;
	color: #0c5176 !important;
	border-radius: 2px;
	background-color: #F5F8FA !important;
}
#cnblogs_post_body strong{
	color: darkblue;
}
#cnblogs_post_body .list{
	font-size: 15px;
}