#mdBody{
	display: table;
	max-width: 1040px;
	padding: 30px;
	line-height: 24px;
	color: #444444;
	background-color: #F6F6F6;
	/* font-size: 12px; */
}
#mdBody strong{
	color: #ff5500;
}
#mdBody table, #mdBody td,#mdBody th,#mdBody p{
	padding:4px;
}

#mdBody a{
	color: #01aaed;
}

#mdBody a:hover{
	color: #0188cc;
	text-decoration: underline;
}

#mdBody hr{
	border-bottom: 1px solid rgb(0 0 0 / 33%)!important;
	margin: 20px 0px 20px 0px;
}
#mdBody li{
	list-style: inherit;
	margin-left: 20px;
	margin-top: 8px;
}
#mdBody h1{
	line-height: 70px;
	font-weight: 600;
	padding-top: 20px;
}
#mdBody h2{
	line-height: 60px;
	font-weight: 600;
	padding-top: 15px;
}
#mdBody h3{
	line-height: 50px;
	font-weight: 600;
	padding-top: 15px;
}

#mdBody li>code,#mdBody p>code,#mdBody strong>code{
	background-color: #F0F0F0;
	padding: 2px 6px;
	margin: 0px 4px;
	border-radius: 4px;
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
	font-family: inherit;
}

#mdBody pre{
	max-width: 1040px;
	border-radius: 8px;
	overflow-x: auto;
}
#mdBody blockquote{
	margin: 10px;
	padding: 15px;
	background-color: #F0F0F0;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	border-left: 6px solid #CCCCCC;
	word-break: break-word;
	font-weight: normal;
}
#mdBody img{
	max-width: 1040px;
}

#mdBody table,#mdBody td,#mdBody th{
	border: 1px solid #999999;
}

#mdBody thead{
	background: #CCCCCC;
}

.hljs {
	padding: 15px 20px !important;
	font-family: initial;
}