@charset "UTF-8";

/* highlight.js atom-one-dark.css */
pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em;
}
code.hljs {
    padding: 3px 5px;
}
.hljs {
    color: #abb2bf;
    background: #282c34;
}
.hljs-comment,
.hljs-quote {
    color: #5c6370;
    font-style: italic;
}
.hljs-doctag,
.hljs-formula,
.hljs-keyword {
    color: #c678dd;
}
.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
    color: #e06c75;
}
.hljs-literal {
    color: #56b6c2;
}
.hljs-addition,
.hljs-attribute,
.hljs-meta .hljs-string,
.hljs-regexp,
.hljs-string {
    color: #98c379;
}
.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
    color: #d19a66;
}
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
    color: #61aeee;
}
.hljs-built_in,
.hljs-class .hljs-title,
.hljs-title.class_ {
    color: #e6c07b;
}
.hljs-emphasis {
    font-style: italic;
}
.hljs-strong {
    font-weight: 700;
}
.hljs-link {
    text-decoration: underline;
}
/* highlight.js atom-one-dark.css */

.markdown {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #636b6f;
    overflow: hidden;
    line-height: 1.8;
    word-wrap: break-word;
}

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

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
    color: #4f4f4f;
    font-weight: 600;
    margin: 24px 0 8px !important;
}
.markdown h1 {
    font-size: 24px;
    line-height: 32px;
}
.markdown h2 {
    font-size: 22px;
    line-height: 30px;
}
.markdown h3 {
    font-size: 20px;
    line-height: 28px;
}
.markdown h4 {
    font-size: 18px;
    line-height: 26px;
}
.markdown h5 {
    font-size: 16px;
    line-height: 24px;
}
.markdown h6 {
    font-size: 16px;
    line-height: 22px;
}

.markdown a {
    color: #0af;
    text-decoration: none;
}
.markdown a:hover,
.markdown a:focus,
.markdown a:active {
    color: #06f;
    text-decoration: underline !important;
}

.markdown blockquote {
    margin: 16px 0;
    color: #777;
    font-size: 15px;
    padding: 6px 8px;
    font-style: italic;
    background-color: #ecf9ff;
    border-left: 4px solid #ddd;
}
.markdown blockquote > :first-child {
    margin-top: 0 !important;
}
.markdown blockquote > :last-child {
    margin-bottom: 0 !important;
}

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

.markdown ul li {
    list-style: disc;
}
.markdown ul ul li {
    list-style: circle;
}
.markdown ul ul ul li {
    list-style: square;
}
.markdown ul ul ul ul li {
    list-style: disc;
}

.markdown ol li {
    list-style: decimal;
}
.markdown ol ol li {
    list-style: lower-roman;
}
.markdown ol ol ol li {
    list-style: lower-alpha;
}
.markdown ol ol ol ol li {
    list-style: decimal;
}

.markdown ol ol {
    list-style-type: lower-roman;
}
.markdown dd {
    margin-left: 0;
}
.markdown ul:has(input) {
    padding: 0 0 0 12px;
}

.markdown strong {
    font-weight: bold;
}

.markdown img {
    border: 0;
}

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

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

.markdown td,
.markdown th {
    padding: 0;
}

.markdown hr {
    height: 0;
    margin: 15px 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
}
.markdown hr:before,
.markdown hr:after {
    display: table;
    content: " ";
}
.markdown hr:after {
    clear: both;
}

.markdown code,
.markdown pre {
    font-family: monaco, Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 1em;
}

.markdown code {
    margin: 0 5px;
    font-size: 14px;
    color: #9c00ff;
    padding: 2px 8px;
    overflow-x: auto;
    border-radius: 5px;
    background: #ecf0f1;
}

.markdown pre > code,
.markdown pre code {
    padding: 0;
    margin: 0;
    font-size: 100%;
    white-space: pre;
    background: transparent;
    border: 0;
    color: #ccc;
}

.markdown pre {
    padding: 5px;
    color: #ddd;
    line-height: 1.4;
    word-wrap: normal;
    border-radius: 6px;
    background: #282c34;
    border: none !important;
}
.markdown pre code {
    overflow: auto;
    line-height: inherit;
    word-wrap: normal;
}
.markdown pre code.hljs {
    padding: 0;
}

.markdown .anchor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding-right: 6px;
    padding-left: 30px;
    margin-left: -30px;
}

.markdown .anchor:focus {
    outline: none;
}

.markdown p,
.markdown blockquote,
.markdown table,
.markdown pre {
    margin-top: 0;
    margin-bottom: 10px !important;
}

.markdown hr {
    height: 4px;
    padding: 0;
    margin: 16px 0;
    background-color: #e7e7e7;
    border: 0 none;
}

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

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

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

.markdown dl {
    padding: 0;
}

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

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

.markdown table {
    display: block;
    width: 100%;
    overflow: auto;
    margin: 25px 0;
}

.markdown table th {
    font-weight: bold;
}

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

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

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

.markdown img {
    max-width: 100%;
    box-sizing: border-box;
}

.markdown img:not(.emoji) {
    border: 1px solid #ddd;
    max-width: 95%;
    box-shadow: 0 0 30px #ccc;
    -moz-box-shadow: 0 0 30px #ccc;
    -webkit-box-shadow: 0 0 30px #ccc;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 2%;
}
