/** reset vscode css */
body[class*=vscode] {
    background: #FFF;
	max-width: 980px;
    padding: 45px;
    word-wrap: break-word;
    background-color: #fff;
    border-right: 1px solid #ddd;
}

[class*=vscode], [class*=vscode] code {
	color: #333;
}

[class*=vscode] a, [class*=vscode] a code {
	color:#4078c0;
}

[class*=vscode] h1 {
    border-bottom: 1px solid #eee
}

[class*=vscode] pre {
	margin: 0;
	padding: 0;
	margin-bottom: 16px
}

[class*=vscode] pre code {
	color:#D7BA7D;
}

[class*=vscode] code > div {
	color:#333;
	background: #f7f7f7;
	border-radius: 0;
	margin: 0;
	font-size: 85%;
	line-height: 1.45;
}

[class*=vscode] blockquote {
	margin-left: 0;
	margin-right: 0;
    border-left: 0.25em solid #ddd;
	background: #FFF;
}

/* markdown css */
body {
    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;
}

body::before {
    display: table;
    content: ""
}

body::after {
    display: table;
    clear: both;
    content: ""
}

body > * :first-child {
    margin-top: 0 !important
}

body > * :last-child {
    margin-bottom: 0 !important
}

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

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

 hr {
    height: 0.25em;
    padding: 0;
    margin: 24px 0;
    background-color: #e7e7e7;
    border: 0
}

 blockquote {
    padding: 0 1em;
    color: #777;
    border-left: 0.25em solid #ddd
}

 blockquote > :first-child {
    margin-top: 0
}

 blockquote > :last-child {
    margin-bottom: 0
}

 kbd {
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 10px;
    color: #555;
    vertical-align: middle;
    background-color: #fcfcfc;
    border: solid 1px #ccc;
    border-bottom-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #bbb
}


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

 h1 tt,  h1 code,  h2 tt,  h2 code,
 h3 tt,  h3 code,  h4 tt,  h4 code,
 h5 tt,  h5 code,  h6 tt,  h6 code {
    font-size: inherit
}

 h1 {
    padding-bottom: 0.3em;
    font-size: 2em;
    border-bottom: 1px solid #eee
}

 h2 {
    padding-bottom: 0.3em;
    font-size: 1.5em;
    border-bottom: 1px solid #eee
}

 h3 {
    font-size: 1.25em
}

 h4 {
    font-size: 1em
}

 h5 {
    font-size: 0.875em
}

 h6 {
    font-size: 0.85em;
    color: #777
}

 ul,  ol {
    padding-left: 2em
}

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

 li > p {
    margin-top: 16px
}

 li + li {
    margin-top: 0.25em
}

 dl {
    padding: 0
}

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

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

 table {
    display: block;
    width: 100%;
    overflow: auto
}

 table th {
    font-weight: bold
}

 table th,  table td {
    padding: 6px 13px;
    border: 1px solid #ddd
}

 table tr {
    background-color: #fff;
    border-top: 1px solid #ccc
}

 table tr:nth-child(2n) {
    background-color: #f8f8f8
}

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

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

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

 code,  tt {
    padding: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin: 0;
    font-size: 85%;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 3px
}

 code::before,  code::after,  tt::before,
 tt::after {
    letter-spacing: -0.2em;
    content: "\00a0"
}

 code br,  tt br {
    display: none
}

 del code {
    text-decoration: inherit
}

 pre {
    word-wrap: normal
}

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

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

pre code::before,  pre code::after,  pre tt::before,
 pre tt::after {
    content: normal
}

/* Tomorrow Theme */
/* https://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */

/* Tomorrow Comment */
.hljs-comment,
.hljs-quote {
	color: #8e908c;
}

/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
	color: #a71d5d;
}

/* Tomorrow Orange */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
	color: #0086b3;
}

/* Tomorrow Yellow */
.hljs-attribute {
	color: #eab700;
}

/* Tomorrow Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
	color: #183691;
}

/* Tomorrow Blue */
.hljs-title,
.hljs-section {
	color: #4271ae;
}

/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag {
	color: #a71d5d;
}

.hljs {
	display: block;
	overflow-x: auto;
	color: #4d4d4c;
	padding: 0.5em;
}

.hljs-emphasis {
	font-style: italic;
}

.hljs-strong {
	font-weight: bold;
}