
* {
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	box-sizing: border-box
}

body:not(.ready) {
	overflow: hidden
}

body:not(.ready) .app-nav,
body:not(.ready)>nav,
body:not(.ready) [data-cloak] {
	display: none
}

div#app {
	font-size: 30px;
	font-weight: lighter;
	margin: 40vh auto;
	text-align: center
}

div#app:empty:before {
	content: "Loading..."
}

.emoji {
	height: 1.2rem;
	vertical-align: middle
}

.progress {
	background-color: #0366d6;
	height: 2px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: width .2s, opacity .4s;
	width: 0;
	z-index: 5
}

.search .search-keyword,
.search a:hover {
	color: #0366d6
}

.search .search-keyword {
	font-style: normal;
	font-weight: 700
}

body,
html {
	height: 100%
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #34495e;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0;
	overflow-x: hidden;
}

img {
	max-width: 100%
}

a[disabled] {
	cursor: not-allowed;
	opacity: .6
}

kbd {
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px!important;
	line-height: 12px;
	margin-bottom: 3px;
	padding: 3px 5px;
	vertical-align: middle
}

li input[type=checkbox] {
	margin: 0 .2em .25em 0;
	vertical-align: middle
}

.app-nav {
	margin: 25px 60px 0 0;
	position: absolute;
	right: 0;
	text-align: right;
	z-index: 2
}

.app-nav.no-badge {
	margin-right: 25px
}

.app-nav p {
	margin: 0
}

.app-nav>a {
	margin: 0 1rem;
	padding: 5px 0
}

.app-nav li,
.app-nav ul {
	display: inline-block;
	list-style: none;
	margin: 0
}

.app-nav a {
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	transition: color .3s
}

.app-nav a.active,
.app-nav a:hover {
	color: #0366d6
}

.app-nav a.active {
	border-bottom: 2px solid #0366d6
}

.app-nav li {
	display: inline-block;
	margin: 0 1rem;
	padding: 5px 0;
	position: relative
}

.app-nav li ul {
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	display: none;
	max-height: calc(100vh - 61px);
	overflow-y: auto;
	padding: 10px 0;
	position: absolute;
	right: -15px;
	text-align: left;
	top: 100%;
	white-space: nowrap
}

.app-nav li ul li {
	display: block;
	font-size: 16px;
	line-height: 1rem;
	margin: 0;
	margin: 8px 14px;
	white-space: nowrap
}

.app-nav li ul a {
	display: block;
	font-size: inherit;
	margin: 0;
	padding: 0
}

.app-nav li ul a.active {
	border-bottom: 0
}

.app-nav li:hover ul {
	display: block
}

.github-corner {
	border-bottom: 0;
	position: fixed;
	right: 0;
	text-decoration: none;
	top: 0;
	z-index: 1
}

.github-corner:hover .octo-arm {
	animation: a .56s ease-in-out
}

.github-corner svg {
	color: #fff;
	fill: #000; /* github-corner color*/
	height: 80px;
	width: 80px
}

main {
	display: block;
	position: relative;
	width: 100vw;
	height: 100%;
	z-index: 0
}

main.hidden {
	display: none
}

.anchor {
	display: inline-block;
	text-decoration: none;
	transition: all .3s
}

.anchor span {
	color: #34495e
}

.anchor:hover {
	text-decoration: underline
}

.sidebar {
	border-right: 1px solid rgba(0, 0, 0, .07);
	overflow-y: auto;
	padding: 10px 0 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transition: transform .25s ease-out;
	width: 350px;
	z-index: 3
}

.sidebar>h1 {
	margin: 0 auto 1rem;
	font-size: 1.5rem;
	font-weight: 300;
	text-align: center
}

.sidebar>h1 a {
	color: inherit;
	text-decoration: none
}

.sidebar>h1 .app-nav {
	display: block;
	position: static
}

.sidebar .sidebar-nav {
	line-height: 1.5em;
	padding-bottom: 40px
}

.sidebar li.collapse .app-sub-sidebar {
	display: none
}

.sidebar ul {
	margin: 0 0 0 15px;
	padding: 0
}

.sidebar li>p {
	font-weight: 700;
	margin: 0
}

.sidebar ul,
.sidebar ul li {
	list-style: none
}

.sidebar ul li a {
	border-bottom: none;
	display: block
}

.sidebar ul li ul {
	padding-left: 20px
}

.sidebar::-webkit-scrollbar {
	width: 4px
}

.sidebar::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 4px
}

.sidebar:hover::-webkit-scrollbar-thumb {
	background: hsla(0, 0%, 53%, .4)
}

.sidebar:hover::-webkit-scrollbar-track {
	background: hsla(0, 0%, 53%, .1)
}

.sidebar-toggle {
	background-color: transparent;
	border: 0;
	outline: none;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	transition: opacity .3s;
	width: 284px;
	z-index: 4
}

.sidebar-toggle .sidebar-toggle-button:hover {
	opacity: .4
}

.sidebar-toggle span {
	background-color: #000;
	display: block;
	margin-bottom: 4px;
	width: 16px;
	height: 2px
}

body.sticky .sidebar,
body.sticky .sidebar-toggle {
	position: fixed
}

.content {
	padding-top: 0px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 350px;
	transition: left .25s ease;
}

body.close .sidebar {
	transform: translateX(-350px)
}

body.close .sidebar-toggle {
	width: auto
}

body.close .content {
	left: 0
}

@media print {
	.app-nav,
	.github-corner,
	.sidebar,
	.sidebar-toggle {
		display: none
	}
}

@media screen and (max-width:768px) {
	.github-corner,
	.sidebar,
	.sidebar-toggle {
		position: fixed
	}
	.app-nav {
		margin-top: 16px
	}
	.app-nav li ul {
		top: 30px
	}
	main {
		height: auto;
		overflow-x: hidden
	}
	.sidebar {
		left: -350px;
		transition: transform .25s ease-out
	}
	.content {
		left: 0;
		max-width: 100vw;
		position: static;
		padding-top: 0px;
		transition: transform .25s ease
	}
	.app-nav,
	.github-corner {
		transition: transform .25s ease-out
	}
	.sidebar-toggle {
		background-color: transparent;
		width: auto;
		padding: 30px 30px 10px 10px
	}
	body.close .sidebar {
		transform: translateX(350px)
	}
	body.close .sidebar-toggle {
		background-color: hsla(0, 0%, 100%, .8);
		transition: background-color 1s;
		width: 284px;
		padding: 10px
	}
	body.close .content {
		transform: translateX(350px)
	}
	body.close .app-nav,
	body.close .github-corner {
		display: none
	}
	.github-corner:hover .octo-arm {
		animation: none
	}
	.github-corner .octo-arm {
		animation: a .56s ease-in-out
	}
}

@keyframes a {
	0%,
	to {
		transform: rotate(0)
	}
	20%,
	60% {
		transform: rotate(-25deg)
	}
	40%,
	80% {
		transform: rotate(10deg)
	}
}

section.cover {
	-ms-flex-align: center;
	align-items: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: none
}

section.cover.show {
	display: -ms-flexbox;
	display: flex
}

section.cover.has-mask .mask {
	background-color: #fff;
	opacity: .8;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%
}

section.cover .cover-main {
	-ms-flex: 1;
	flex: 1;
	margin: -20px 16px 0;
	text-align: center;
	z-index: 1
}

section.cover a {
	color: inherit
}

section.cover a,
section.cover a:hover {
	text-decoration: none
}

section.cover p {
	line-height: 1.5rem;
	margin: 1em 0
}

section.cover h1 {
	color: inherit;
	font-size: 2.5rem;
	font-weight: 300;
	margin: .625rem 0 2.5rem;
	position: relative;
	text-align: center
}

section.cover h1 a {
	display: block
}

section.cover h1 small {
	bottom: -.4375rem;
	font-size: 1rem;
	position: absolute
}

section.cover blockquote {
	font-size: 1.5rem;
	text-align: center
}

section.cover ul {
	line-height: 1.8;
	list-style-type: none;
	margin: 1em auto;
	max-width: 500px;
	padding: 0
}

section.cover .cover-main>p:last-child a {
	border: 1px solid #0366d6;
	border-radius: 2rem;
	box-sizing: border-box;
	color: #0366d6;
	display: inline-block;
	font-size: 1.05rem;
	letter-spacing: .1rem;
	margin: .5rem 1rem;
	padding: .75em 2rem;
	text-decoration: none;
	transition: all .15s ease
}

section.cover .cover-main>p:last-child a:last-child {
	background-color: #0366d6;
	color: #fff
}

section.cover .cover-main>p:last-child a:last-child:hover {
	color: inherit;
	opacity: .8
}

section.cover .cover-main>p:last-child a:hover {
	color: inherit
}

section.cover blockquote>p>a {
	border-bottom: 2px solid #0366d6;
	transition: color .3s
}

section.cover blockquote>p>a:hover {
	color: #0366d6
}

.sidebar,
body {
/*	background-color: #fff*/
  background-color: #e1e4e8;
}

.sidebar {
	background-color: #fff;
	color: #364149
}

.sidebar li {
	font-weight: 400;
}

.sidebar li.active {
	font-weight: 600;
}


.sidebar-nav > ul > li, .sidebar-nav > ul > li > ul > li {
	font-size: 15px;
	font-weight: 400;
}

.sidebar-nav > ul > li > ul > li > ul > li {
	list-style-type: square;
	margin: 5px 7px;
}

.sidebar-nav > ul > li > ul > li > ul > li > ul {
/*	margin: 2px 7px;*/
}

.sidebar-nav > ul > li > ul > li > ul > li > ul > li {
	list-style-type: decimal;
/*	margin: 5px 7px;*/
}

.sidebar li {
	margin: 6px 0;
	font-size: 14px;
}

.sidebar ul li a {
	color: #505d6b;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sidebar ul li a:hover {
	text-decoration: underline
}

.sidebar ul li ul {
	padding: 0
}

.sidebar ul li.active>a {
	border-right: 2px solid;
	color: #0366d6;
	font-weight: 600
}

.app-sub-sidebar li:before {
	content: "-";
	padding-right: 4px;
	float: left
}

pre:after {
	color: #ccc;
	content: attr(data-lang);
	font-size: .6rem;
	font-weight: 600;
	height: 15px;
	line-height: 15px;
	padding: 5px 10px 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0
}

.markdown-section {
  margin-bottom: 0px;
  max-width: 888px;
  background-color: #fff;
  border-color: #ddd;
  overflow: auto;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  padding: 45px;
  margin: 20px auto;
  position: relative;
}

@media screen and (max-width:768px) {
.markdown-section {
  margin: 0px auto;
}
}

.markdown-section>* {
	box-sizing: border-box;
	font-size: inherit
}

@font-face {
	font-family: octicons-link;
	src: url(data:font/woff;charset=utf-8;base64,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) format('woff')
}

.markdown-section .octicon {
	display: inline-block;
	fill: currentColor;
	vertical-align: text-bottom
}

.markdown-section .anchor {
	float: left;
	line-height: 1;
	margin-left: -20px;
	padding-right: 4px
}

.markdown-section .anchor:focus {
	outline: 0
}

.markdown-section h1 .octicon-link,
.markdown-section h2 .octicon-link,
.markdown-section h3 .octicon-link,
.markdown-section h4 .octicon-link,
.markdown-section h5 .octicon-link,
.markdown-section h6 .octicon-link {
	color: #1b1f23;
	vertical-align: middle;
	visibility: hidden
}

.markdown-section h1:hover .anchor,
.markdown-section h2:hover .anchor,
.markdown-section h3:hover .anchor,
.markdown-section h4:hover .anchor,
.markdown-section h5:hover .anchor,
.markdown-section h6:hover .anchor {
	text-decoration: none
}

.markdown-section h1:hover .anchor .octicon-link,
.markdown-section h2:hover .anchor .octicon-link,
.markdown-section h3:hover .anchor .octicon-link,
.markdown-section h4:hover .anchor .octicon-link,
.markdown-section h5:hover .anchor .octicon-link,
.markdown-section h6:hover .anchor .octicon-link {
	visibility: visible
}

.markdown-section {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #24292e;
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word
}

.markdown-section .pl-c {
	color: #6a737d
}

.markdown-section .pl-c1,
.markdown-section .pl-s .pl-v {
	color: #005cc5
}

.markdown-section .pl-e,
.markdown-section .pl-en {
	color: #6f42c1
}

.markdown-section .pl-s .pl-s1,
.markdown-section .pl-smi {
	color: #24292e
}

.markdown-section .pl-ent {
	color: #22863a
}

.markdown-section .pl-k {
	color: #d73a49
}

.markdown-section .pl-pds,
.markdown-section .pl-s,
.markdown-section .pl-s .pl-pse .pl-s1,
.markdown-section .pl-sr,
.markdown-section .pl-sr .pl-cce,
.markdown-section .pl-sr .pl-sra,
.markdown-section .pl-sr .pl-sre {
	color: #032f62
}

.markdown-section .pl-smw,
.markdown-section .pl-v {
	color: #e36209
}

.markdown-section .pl-bu {
	color: #b31d28
}

.markdown-section .pl-ii {
	background-color: #b31d28;
	color: #fafbfc
}

.markdown-section .pl-c2 {
	background-color: #d73a49;
	color: #fafbfc
}

.markdown-section .pl-c2:before {
	content: "^M"
}

.markdown-section .pl-sr .pl-cce {
	color: #22863a;
	font-weight: 700
}

.markdown-section .pl-ml {
	color: #735c0f
}

.markdown-section .pl-mh,
.markdown-section .pl-mh .pl-en,
.markdown-section .pl-ms {
	color: #005cc5;
	font-weight: 700
}

.markdown-section .pl-mi {
	color: #24292e;
	font-style: italic
}

.markdown-section .pl-mb {
	color: #24292e;
	font-weight: 700
}

.markdown-section .pl-md {
	background-color: #ffeef0;
	color: #b31d28
}

.markdown-section .pl-mi1 {
	background-color: #f0fff4;
	color: #22863a
}

.markdown-section .pl-mc {
	background-color: #ffebda;
	color: #e36209
}

.markdown-section .pl-mi2 {
	background-color: #005cc5;
	color: #f6f8fa
}

.markdown-section .pl-mdr {
	color: #6f42c1;
	font-weight: 700
}

.markdown-section .pl-ba {
	color: #586069
}

.markdown-section .pl-sg {
	color: #959da5
}

.markdown-section .pl-corl {
	color: #032f62;
	text-decoration: underline
}

.markdown-section details {
	display: block
}

.markdown-section summary {
	display: list-item
}

.markdown-section a {
	background-color: transparent
}

.markdown-section a:active,
.markdown-section a:hover {
	outline-width: 0
}

.markdown-section strong {
	font-weight: inherit;
	font-weight: bolder
}

.markdown-section h1 {
	font-size: 2em;
	margin: .67em 0
}

.markdown-section img {
	border-style: none
}

.markdown-section code,
.markdown-section kbd,
.markdown-section pre {
	font-family: monospace, monospace;
	font-size: 1em
}

.markdown-section hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

.markdown-section input {
	font: inherit;
	margin: 0
}

.markdown-section input {
	overflow: visible
}

.markdown-section [type=checkbox] {
	box-sizing: border-box;
	padding: 0
}

.markdown-section * {
	box-sizing: border-box
}

.markdown-section input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.markdown-section a {
	color: #0366d6;
	text-decoration: none
}

.markdown-section a:hover {
	text-decoration: underline
}

.markdown-section strong {
	font-weight: 600
}

.markdown-section hr {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #dfe2e5;
	height: 0;
	margin: 15px 0;
	overflow: hidden
}

.markdown-section hr:before {
	content: "";
	display: table
}

.markdown-section hr:after {
	clear: both;
	content: "";
	display: table
}

.markdown-section table {
	border-collapse: collapse;
	border-spacing: 0
}

.markdown-section td,
.markdown-section th {
	padding: 0
}

.markdown-section details summary {
	cursor: pointer
}

.markdown-section h1,
.markdown-section h2,
.markdown-section h3,
.markdown-section h4,
.markdown-section h5,
.markdown-section h6 {
	margin-bottom: 0;
	margin-top: 0
}

.markdown-section h1 {
	font-size: 32px
}

.markdown-section h1,
.markdown-section h2 {
	font-weight: 600
}

.markdown-section h2 {
	font-size: 24px
}

.markdown-section h3 {
	font-size: 20px
}

.markdown-section h3,
.markdown-section h4 {
	font-weight: 600
}

.markdown-section h4 {
	font-size: 16px
}

.markdown-section h5 {
	font-size: 14px
}

.markdown-section h5,
.markdown-section h6 {
	font-weight: 600
}

.markdown-section h6 {
	font-size: 12px
}

.markdown-section p {
	margin-bottom: 10px;
	margin-top: 0
}

.markdown-section blockquote {
	margin: 0
}

.markdown-section ol,
.markdown-section ul {
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0
}

.markdown-section ol ol,
.markdown-section ul ol {
	list-style-type: lower-roman
}

.markdown-section ol ol ol,
.markdown-section ol ul ol,
.markdown-section ul ol ol,
.markdown-section ul ul ol {
	list-style-type: lower-alpha
}

.markdown-section dd {
	margin-left: 0
}

.markdown-section code,
.markdown-section pre {
	font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
	font-size: 12px
}

.markdown-section pre {
	margin-bottom: 0;
	margin-top: 0
}

.markdown-section input::-webkit-inner-spin-button,
.markdown-section input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0
}

.markdown-section .border {
	border: 1px solid #e1e4e8!important
}

.markdown-section .border-0 {
	border: 0!important
}

.markdown-section .border-bottom {
	border-bottom: 1px solid #e1e4e8!important
}

.markdown-section .rounded-1 {
	border-radius: 3px!important
}

.markdown-section .bg-white {
	background-color: #fff!important
}

.markdown-section .bg-gray-light {
	background-color: #fafbfc!important
}

.markdown-section .text-gray-light {
	color: #6a737d!important
}

.markdown-section .mb-0 {
	margin-bottom: 0!important
}

.markdown-section .my-2 {
	margin-bottom: 8px!important;
	margin-top: 8px!important
}

.markdown-section .pl-0 {
	padding-left: 0!important
}

.markdown-section .py-0 {
	padding-bottom: 0!important;
	padding-top: 0!important
}

.markdown-section .pl-1 {
	padding-left: 4px!important
}

.markdown-section .pl-2 {
	padding-left: 8px!important
}

.markdown-section .py-2 {
	padding-bottom: 8px!important;
	padding-top: 8px!important
}

.markdown-section .pl-3,
.markdown-section .px-3 {
	padding-left: 16px!important
}

.markdown-section .px-3 {
	padding-right: 16px!important
}

.markdown-section .pl-4 {
	padding-left: 24px!important
}

.markdown-section .pl-5 {
	padding-left: 32px!important
}

.markdown-section .pl-6 {
	padding-left: 40px!important
}

.markdown-section .f6 {
	font-size: 12px!important
}

.markdown-section .lh-condensed {
	line-height: 1.25!important
}

.markdown-section .text-bold {
	font-weight: 600!important
}

.markdown-section:before {
	content: "";
	display: table
}

.markdown-section:after {
	clear: both;
	content: "";
	display: table
}

.markdown-section>:first-child {
	margin-top: 0!important
}

.markdown-section>:last-child {
	margin-bottom: 0!important
}

.markdown-section a:not([href]) {
	color: inherit;
	text-decoration: none
}

.markdown-section blockquote,
.markdown-section dl,
.markdown-section ol,
.markdown-section p,
.markdown-section pre,
.markdown-section table,
.markdown-section ul {
	margin-bottom: 16px;
	margin-top: 0
}

.markdown-section hr {
	background-color: #e1e4e8;
	border: 0;
	height: .25em;
	margin: 24px 0;
	padding: 0
}

.markdown-section blockquote {
	border-left: .25em solid #dfe2e5;
	color: #6a737d;
	padding: 0 1em
}

.markdown-section blockquote>:first-child {
	margin-top: 0
}

.markdown-section blockquote>:last-child {
	margin-bottom: 0
}

.markdown-section kbd {
	background-color: #fafbfc;
	border: 1px solid #c6cbd1;
	border-bottom-color: #959da5;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 #959da5;
	color: #444d56;
	display: inline-block;
	font-size: 11px;
	line-height: 10px;
	padding: 3px 5px;
	vertical-align: middle
}

.markdown-section h1,
.markdown-section h2,
.markdown-section h3,
.markdown-section h4,
.markdown-section h5,
.markdown-section h6 {
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 16px;
	margin-top: 24px
}

.markdown-section h1 {
	font-size: 2em
}

.markdown-section h1,
.markdown-section h2 {
	border-bottom: 1px solid #eaecef;
	padding-bottom: .3em
}

.markdown-section h2 {
	font-size: 1.5em
}

.markdown-section h3 {
	font-size: 1.25em
}

.markdown-section h4 {
	font-size: 1em
}

.markdown-section h5 {
	font-size: .875em
}

.markdown-section h6 {
	color: #6a737d;
	font-size: .85em
}

.markdown-section ol,
.markdown-section ul {
	padding-left: 2em
}

.markdown-section ol ol,
.markdown-section ol ul,
.markdown-section ul ol,
.markdown-section ul ul {
	margin-bottom: 0;
	margin-top: 0
}

.markdown-section li {
	word-wrap: break-all
}

.markdown-section li>p {
	margin-top: 16px
}

.markdown-section li+li {
	margin-top: .25em
}

.markdown-section dl {
	padding: 0
}

.markdown-section dl dt {
	font-size: 1em;
	font-style: italic;
	font-weight: 600;
	margin-top: 16px;
	padding: 0
}

.markdown-section dl dd {
	margin-bottom: 16px;
	padding: 0 16px
}

.markdown-section table {
	display: block;
	overflow: auto;
	width: 100%
}

.markdown-section table th {
	font-weight: 600
}

.markdown-section table td,
.markdown-section table th {
	border: 1px solid #dfe2e5;
	padding: 6px 13px
}

.markdown-section table tr {
	background-color: #fff;
	border-top: 1px solid #c6cbd1
}

.markdown-section table tr:nth-child(2n) {
	background-color: #f6f8fa
}

.markdown-section img {
	background-color: #fff;
	box-sizing: content-box;
	max-width: 100%
}

.markdown-section img[align=right] {
	padding-left: 20px
}

.markdown-section img[align=left] {
	padding-right: 20px
}

.markdown-section code {
	background-color: rgba(27, 31, 35, .05);
	border-radius: 3px;
	font-size: 85%;
	margin: 0;
	padding: .2em .4em
}

.markdown-section pre {
	word-wrap: normal
}

.markdown-section pre>code {
	background: 0 0;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	white-space: pre;
	word-break: normal
}

.markdown-section .highlight {
	margin-bottom: 16px
}

.markdown-section .highlight pre {
	margin-bottom: 0;
	word-break: normal
}

.markdown-section .highlight pre,
.markdown-section pre {
	background-color: #f6f8fa;
	border-radius: 3px;
	font-size: 85%;
	line-height: 1.45;
	overflow: auto;
	padding: 16px
}

.markdown-section pre code {
	background-color: transparent;
	border: 0;
	display: inline;
	line-height: inherit;
	margin: 0;
	max-width: auto;
	overflow: visible;
	padding: 0;
	word-wrap: normal
}

.markdown-section .commit-tease-sha {
	color: #444d56;
	display: inline-block;
	font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
	font-size: 90%
}

.markdown-section .blob-wrapper {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow-x: auto;
	overflow-y: hidden
}

.markdown-section .blob-wrapper-embedded {
	max-height: 240px;
	overflow-y: auto
}

.markdown-section .blob-num {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	color: rgba(27, 31, 35, .3);
	cursor: pointer;
	font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
	font-size: 12px;
	line-height: 20px;
	min-width: 50px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
	width: 1%
}

.markdown-section .blob-num:hover {
	color: rgba(27, 31, 35, .6)
}

.markdown-section .blob-num:before {
	content: attr(data-line-number)
}

.markdown-section .blob-code {
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	vertical-align: top
}

.markdown-section .blob-code-inner {
	color: #24292e;
	font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
	font-size: 12px;
	overflow: visible;
	white-space: pre;
	word-wrap: normal
}

.markdown-section .pl-token.active,
.markdown-section .pl-token:hover {
	background: #ffea7f;
	cursor: pointer
}

.markdown-section kbd {
	background-color: #fafbfc;
	border: 1px solid #d1d5da;
	border-bottom-color: #c6cbd1;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 #c6cbd1;
	color: #444d56;
	display: inline-block;
	font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
	line-height: 10px;
	padding: 3px 5px;
	vertical-align: middle
}

.markdown-section :checked+.radio-label {
	border-color: #0366d6;
	position: relative;
	z-index: 1
}

.markdown-section .tab-size[data-tab-size="1"] {
	-moz-tab-size: 1;
	tab-size: 1
}

.markdown-section .tab-size[data-tab-size="2"] {
	-moz-tab-size: 2;
	tab-size: 2
}

.markdown-section .tab-size[data-tab-size="3"] {
	-moz-tab-size: 3;
	tab-size: 3
}

.markdown-section .tab-size[data-tab-size="4"] {
	-moz-tab-size: 4;
	tab-size: 4
}

.markdown-section .tab-size[data-tab-size="5"] {
	-moz-tab-size: 5;
	tab-size: 5
}

.markdown-section .tab-size[data-tab-size="6"] {
	-moz-tab-size: 6;
	tab-size: 6
}

.markdown-section .tab-size[data-tab-size="7"] {
	-moz-tab-size: 7;
	tab-size: 7
}

.markdown-section .tab-size[data-tab-size="8"] {
	-moz-tab-size: 8;
	tab-size: 8
}

.markdown-section .tab-size[data-tab-size="9"] {
	-moz-tab-size: 9;
	tab-size: 9
}

.markdown-section .tab-size[data-tab-size="10"] {
	-moz-tab-size: 10;
	tab-size: 10
}

.markdown-section .tab-size[data-tab-size="11"] {
	-moz-tab-size: 11;
	tab-size: 11
}

.markdown-section .tab-size[data-tab-size="12"] {
	-moz-tab-size: 12;
	tab-size: 12
}

.markdown-section .task-list-item {
	list-style-type: none
}

.markdown-section .task-list-item+.task-list-item {
	margin-top: 3px
}

.markdown-section .task-list-item input {
	margin: 0 .2em .25em -1.6em;
	vertical-align: middle
}

.markdown-section hr {
	border-bottom-color: #eee
}

.markdown-section .pl-0 {
	padding-left: 0!important
}

.markdown-section .pl-1 {
	padding-left: 4px!important
}

.markdown-section .pl-2 {
	padding-left: 8px!important
}

.markdown-section .pl-3 {
	padding-left: 16px!important
}

.markdown-section .pl-4 {
	padding-left: 24px!important
}

.markdown-section .pl-5 {
	padding-left: 32px!important
}

.markdown-section .pl-6 {
	padding-left: 40px!important
}

.markdown-section .pl-7 {
	padding-left: 48px!important
}

.markdown-section .pl-8 {
	padding-left: 64px!important
}

.markdown-section .pl-9 {
	padding-left: 80px!important
}

.markdown-section .pl-10 {
	padding-left: 96px!important
}

.markdown-section .pl-11 {
	padding-left: 112px!important
}

.markdown-section .pl-12 {
	padding-left: 128px!important
}
