#cnblogs_post_body h1{
	font-size: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#cnblogs_post_body h2{
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#cnblogs_post_body h3{
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#cnblogs_post_body h4{
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#cnblogs_post_body h5{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#cnblogs_post_body p{
	font-size: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#cnblogs_post_body p.expl{
	font-size: 15px;
	color: hsla(0, 0%, 36%, 1);
	margin-top: 2px;
	margin-bottom: 10px;
	text-align: center;
}
#cnblogs_post_body code{
	font-size: 15px;
}
#cnblogs_post_body span.bold{
	font-weight: bold;
}
#cnblogs_post_body a.ref{
	vertical-align: super;
	font-size: smaller;
	font-weight: bold;
}
#cnblogs_post_body a{
	text-decoration: initial;
}
#cnblogs_post_body div.horzL{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}
#cnblogs_post_body div.horzC{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
#cnblogs_post_body div.horzR{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
}
#cnblogs_post_body div.vertT{
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#cnblogs_post_body div.vertC{
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#cnblogs_post_body div.vertB{
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#cnblogs_post_body tr.mono{
	font-family: "courier new", courier;
}
#cnblogs_post_body p.mono{
	font-family: "courier new", courier;
}