.sidebar-drawer {
	width: auto !important;
}

.main .content {
	flex: 1;
}

/*.code-block-caption:hover > .headerlink,*/
/*:target > h1:first-child > .headerlink,*/
/*:target > h2:first-child > .headerlink,*/
/*:target > h3:first-child > .headerlink,*/
/*:target > h4:first-child > .headerlink,*/
/*:target > h5:first-child > .headerlink,*/
/*:target > h6:first-child > .headerlink,*/
/*dl dt:hover > .headerlink,*/
/*h1:hover > .headerlink,*/
/*h2:hover > .headerlink,*/
/*h3:hover > .headerlink,*/
/*h4:hover > .headerlink,*/
/*h5:hover > .headerlink,*/
/*h6:hover > .headerlink,*/
/*p.caption:hover > .headerlink,*/
/*table > caption:hover > .headerlink {*/
/*	visibility: hidden !important;*/
/*}*/

body {
	font-family: 'Chinese Quote', 'Segoe UI', Roboto, 'PingFang SC',
	'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial,
	sans-serif !important;
	-webkit-font-smoothing: antialiased;
	color: #595959;
	font-size: 14px !important;
}
h1 {
	font-size: 22px !important;
}
h2 {
	font-size: 20px !important;
}
h3 {
	font-size: 18px !important;
}
h4 {
	font-size: 16px !important;
}
h5 {
	font-size: 15px !important;
}
h6 {
	font-size: 15px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

img {
	max-width: 80%;
	max-height: 600px;
	margin: 20px 20px 20px 20px;
	box-shadow: 0 0 10px #ddd;
	border: 1px solid #eee;
}

button img {
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0;
	box-shadow: none;
	border: none;
}

blockquote {
	border: 0.5px solid rgba(0, 112, 204, 0.5) !important;
	background-color: rgba(0, 112, 204, 0.05) !important;
	padding: 6px 12px;
	border-radius: 2px;
	margin: 8px 0;
	font-style: normal !important;
}

p {
	color: rgb(85, 85, 85);
	line-height: 2;
	text-align: left !important;
	margin-bottom: 0;
	margin: 0;
}

article table.align-default {
	width: 100% !important;
}

.sidebar-version-text {
	color: gray;
	font-size: 1rem;
}
