/* For styling the rendered Markdown */
*{font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
/*
}
ul.pagination-list li, ul.menu-list li {
	list-style-type: none;
*/
}
.navbar .logo-container {
	align-items: left;
}
.navbar .logo-container .navbar-appname {
	margin-left: 15px;
}
.navbar .logo-text {
	font-size: 1em;
	margin-left: 0.5em;
}
body, th, td, .inline-code {
	font-size: 15px;
}
strong, b {
	color: #ed7020;
}
em, i {
	color: #ed7020;
	font-size: 1em;
}
table th {
	font-size: 0.85em;
	background-color: #82bf34;
}
table td {
	font-size: 0.85em;
}
/*
table th {
	white-space: nowrap;表头内容不换行
}
*/
h1 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin: 15px 0 10px 0;
}
h2 {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.25;
	color: #82bf34;/* 文字颜色 */
	border-bottom: 2px solid;
	padding: 3px;/* 文字边距 */
	border-left: 5px solid;/* 背景左填充 */
	margin:30px 0px 30px 0px;/* 与上下文的 距离 */
	overflow: hidden;
}
h3 {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.25;
	margin: 15px 0 10px 0;
	padding: 3px;
	border-left: 5px solid #ed7020;
}
h4 {
	font-weight: bold;
	/* text-transform: uppercase; */
	font-size: 1em;
}
h5 {
	font-weight: normal;
	font-size: 0.8em;
	font-style: italic;
	color: #ed7020;
}
h6 {
	font-weight: normal;
	font-size: 0.7em;
	font-style: italic;
	color: #AAA;
	text-align: right;
	margin-top: -20px
}
ul li {
	list-style-type: disc;
	margin-top: -12px;
	margin-bottom: 25px;
	margin-left: 3px;
}
img {
    position: relative; 
    width: 100%;
    left: 0%;
}
