body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.date {
  border: 1px solid lightblue;
  color: white !important;
  text-decoration: none !important;
  padding: 0.15em 0.5em;
  border-radius: 0.3em;
  font-weight: bolder;
  font-size: 1em;
  display: inline-block;
  margin: 0.5em 0 0 0.5em;
  min-width: 96px;
}
.date a {
  color: white;
}

.md {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  color: #24292f;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  font-size: 18px;
  line-height: 1.5;
  word-wrap: break-word;
}

.md .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.md h1:hover .anchor .octicon-link:before,
.md h2:hover .anchor .octicon-link:before,
.md h3:hover .anchor .octicon-link:before,
.md h4:hover .anchor .octicon-link:before,
.md h5:hover .anchor .octicon-link:before,
.md h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: ' ';
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
}

.md details,
.md figcaption,
.md figure {
  display: block;
}

.md summary {
  display: list-item;
}

.md [hidden] {
  display: none !important;
}

.md a {
  background-color: transparent;
  color: #0969da;
  text-decoration: none;
}

.md abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

.md b,
.md strong {
  font-weight: 600;
}

.md dfn {
  font-style: italic;
}

.md h1 {
  margin: 0.67em 0;
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid hsla(210, 18%, 87%, 1);
}

.md mark {
  background-color: #fff8c5;
  color: #24292f;
}

.md small {
  font-size: 90%;
}

.md sub,
.md sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.md sub {
  bottom: -0.25em;
}

.md sup {
  top: -0.5em;
}

.md img {
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
  background-color: #ffffff;
}

.md kbd,
.md pre,
.md samp {
  font-family: monospace;
  font-size: 1em;
}

.md figure {
  margin: 1em 40px;
}

.md hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid hsla(210, 18%, 87%, 1);
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: #d0d7de;
  border: 0;
}

.md input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.md [type='button'],
.md [type='reset'],
.md [type='submit'] {
  -webkit-appearance: button;
}

.md [type='checkbox'],
.md [type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

.md [type='number']::-webkit-inner-spin-button,
.md [type='number']::-webkit-outer-spin-button {
  height: auto;
}

.md [type='search']::-webkit-search-cancel-button,
.md [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

.md ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.md ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.md a:hover {
  text-decoration: underline;
}

.md ::placeholder {
  color: #6e7781;
  opacity: 1;
}

.md hr::before {
  display: table;
  content: '';
}

.md hr::after {
  display: table;
  clear: both;
  content: '';
}

.md table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: auto;
}

.md td,
.md th {
  padding: 0;
}

.md details summary {
  cursor: pointer;
}

.md details:not([open]) > *:not(summary) {
  display: none !important;
}

.md a:focus,
.md [role='button']:focus,
.md input[type='radio']:focus,
.md input[type='checkbox']:focus {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}

.md a:focus:not(:focus-visible),
.md [role='button']:focus:not(:focus-visible),
.md input[type='radio']:focus:not(:focus-visible),
.md input[type='checkbox']:focus:not(:focus-visible) {
  outline: solid 1px transparent;
}

.md a:focus-visible,
.md [role='button']:focus-visible,
.md input[type='radio']:focus-visible,
.md input[type='checkbox']:focus-visible {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}

.md a:not([class]):focus,
.md a:not([class]):focus-visible,
.md input[type='radio']:focus,
.md input[type='radio']:focus-visible,
.md input[type='checkbox']:focus,
.md input[type='checkbox']:focus-visible {
  outline-offset: 0;
}

.md kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: #24292f;
  vertical-align: middle;
  background-color: #f6f8fa;
  border: solid 1px rgba(175, 184, 193, 0.2);
  border-bottom-color: rgba(175, 184, 193, 0.2);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 rgba(175, 184, 193, 0.2);
}

.md h1,
.md h2,
.md h3,
.md h4,
.md h5,
.md h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.md h2 {
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid hsla(210, 18%, 87%, 1);
}

.md h3 {
  font-weight: 600;
  font-size: 1.25em;
}

.md h4 {
  font-weight: 600;
  font-size: 1em;
}

.md h5 {
  font-weight: 600;
  font-size: 0.875em;
}

.md h6 {
  font-weight: 600;
  font-size: 0.85em;
  color: #57606a;
}

.md p {
  margin-top: 0;
  margin-bottom: 10px;
}

.md blockquote {
  margin: 0;
  padding: 0 1em;
  color: #57606a;
  border-left: 0.25em solid #d0d7de;
}

.md ul,
.md ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.md ol ol,
.md ul ol {
  list-style-type: lower-roman;
}

.md ul ul ol,
.md ul ol ol,
.md ol ul ol,
.md ol ol ol {
  list-style-type: lower-alpha;
}

.md dd {
  margin-left: 0;
}

.md tt,
.md samp {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}

.md pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}

.md .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}

.md input::-webkit-outer-spin-button,
.md input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.md::before {
  display: table;
  content: '';
}

.md::after {
  display: table;
  clear: both;
  content: '';
}

.md > *:first-child {
  margin-top: 0 !important;
}

.md > *:last-child {
  margin-bottom: 0 !important;
}

.md a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.md .absent {
  color: #cf222e;
}

.md .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.md .anchor:focus {
  outline: none;
}

.md p,
.md blockquote,
.md ul,
.md ol,
.md dl,
.md table,
.md pre,
.md details {
  margin-top: 0;
  margin-bottom: 16px;
}

.md blockquote > :first-child {
  margin-top: 0;
}

.md blockquote > :last-child {
  margin-bottom: 0;
}

.md h1 .octicon-link,
.md h2 .octicon-link,
.md h3 .octicon-link,
.md h4 .octicon-link,
.md h5 .octicon-link,
.md h6 .octicon-link {
  color: #24292f;
  vertical-align: middle;
  visibility: hidden;
}

.md h1:hover .anchor,
.md h2:hover .anchor,
.md h3:hover .anchor,
.md h4:hover .anchor,
.md h5:hover .anchor,
.md h6:hover .anchor {
  text-decoration: none;
}

.md h1:hover .anchor .octicon-link,
.md h2:hover .anchor .octicon-link,
.md h3:hover .anchor .octicon-link,
.md h4:hover .anchor .octicon-link,
.md h5:hover .anchor .octicon-link,
.md h6:hover .anchor .octicon-link {
  visibility: visible;
}

.md h1 tt,
.md h2 tt,
.md h3 tt,
.md h4 tt,
.md h5 tt,
.md h6 tt {
  padding: 0 0.2em;
  font-size: inherit;
}

.md summary h1,
.md summary h2,
.md summary h3,
.md summary h4,
.md summary h5,
.md summary h6 {
  display: inline-block;
}

.md summary h1 .anchor,
.md summary h2 .anchor,
.md summary h3 .anchor,
.md summary h4 .anchor,
.md summary h5 .anchor,
.md summary h6 .anchor {
  margin-left: -40px;
}

.md summary h1,
.md summary h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

.md ul.no-list,
.md ol.no-list {
  padding: 0;
  list-style-type: none;
}

.md ol[type='a'] {
  list-style-type: lower-alpha;
}

.md ol[type='A'] {
  list-style-type: upper-alpha;
}

.md ol[type='i'] {
  list-style-type: lower-roman;
}

.md ol[type='I'] {
  list-style-type: upper-roman;
}

.md ol[type='1'] {
  list-style-type: decimal;
}

.md div > ol:not([type]) {
  list-style-type: decimal;
}

.md ul ul,
.md ul ol,
.md ol ol,
.md ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.md li > p {
  margin-top: 16px;
}

.md li + li {
  margin-top: 0.25em;
}

.md dl {
  padding: 0;
}

.md dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.md dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.md table th {
  font-weight: 600;
}

.md table th,
.md table td {
  padding: 6px 13px;
  border: 1px solid #d0d7de;
}

.md table tr {
  background-color: #ffffff;
  border-top: 1px solid hsla(210, 18%, 87%, 1);
}

.md table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.md table img {
  background-color: transparent;
}

.md img[align='right'] {
  padding-left: 20px;
}

.md img[align='left'] {
  padding-right: 20px;
}

.md .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}

.md span.frame {
  display: block;
  overflow: hidden;
}

.md span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid #d0d7de;
}

.md span.frame span img {
  display: block;
  float: left;
}

.md span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: #24292f;
}

.md span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

.md span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

.md span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

.md span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

.md span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

.md span.align-right span img {
  margin: 0;
  text-align: right;
}

.md span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

.md span.float-left span {
  margin: 13px 0 0;
}

.md span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

.md span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

.md tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: rgba(175, 184, 193, 0.2);
  border-radius: 6px;
}

.md tt br {
  display: none;
}

.md samp {
  font-size: 85%;
}

.md .highlight {
  margin-bottom: 16px;
}

.md .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.md .highlight pre,
.md pre {
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  padding: 8px;
  background-color: #40adce;
  color: white;
  font-weight: bold;
  border-radius: 6px;
}

.md pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.md .csv-data td,
.md .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.md .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: #ffffff;
  border: 0;
}

.md .csv-data tr {
  border-top: 0;
}

.md .csv-data th {
  font-weight: 600;
  background: #f6f8fa;
  border-top: 0;
}

.md [data-footnote-ref]::before {
  content: '[';
}

.md [data-footnote-ref]::after {
  content: ']';
}

.md .footnotes {
  font-size: 12px;
  color: #57606a;
  border-top: 1px solid #d0d7de;
}

.md .footnotes ol {
  padding-left: 16px;
}

.md .footnotes ol ul {
  display: inline-block;
  padding-left: 16px;
  margin-top: 16px;
}

.md .footnotes li {
  position: relative;
}

.md .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: '';
  border: 2px solid #0969da;
  border-radius: 6px;
}

.md .footnotes li:target {
  color: #24292f;
}

.md .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

.md .pl-c {
  color: #6e7781;
}

.md .pl-c1,
.md .pl-s .pl-v {
  color: #0550ae;
}

.md .pl-e,
.md .pl-en {
  color: #8250df;
}

.md .pl-smi,
.md .pl-s .pl-s1 {
  color: #24292f;
}

.md .pl-ent {
  color: #116329;
}

.md .pl-k {
  color: #cf222e;
}

.md .pl-s,
.md .pl-pds,
.md .pl-s .pl-pse .pl-s1,
.md .pl-sr,
.md .pl-sr .pl-cce,
.md .pl-sr .pl-sre,
.md .pl-sr .pl-sra {
  color: #0a3069;
}

.md .pl-v,
.md .pl-smw {
  color: #953800;
}

.md .pl-bu {
  color: #82071e;
}

.md .pl-ii {
  color: #f6f8fa;
  background-color: #82071e;
}

.md .pl-c2 {
  color: #f6f8fa;
  background-color: #cf222e;
}

.md .pl-sr .pl-cce {
  font-weight: bold;
  color: #116329;
}

.md .pl-ml {
  color: #3b2300;
}

.md .pl-mh,
.md .pl-mh .pl-en,
.md .pl-ms {
  font-weight: bold;
  color: #0550ae;
}

.md .pl-mi {
  font-style: italic;
  color: #24292f;
}

.md .pl-mb {
  font-weight: bold;
  color: #24292f;
}

.md .pl-md {
  color: #82071e;
  background-color: #ffebe9;
}

.md .pl-mi1 {
  color: #116329;
  background-color: #dafbe1;
}

.md .pl-mc {
  color: #953800;
  background-color: #ffd8b5;
}

.md .pl-mi2 {
  color: #eaeef2;
  background-color: #0550ae;
}

.md .pl-mdr {
  font-weight: bold;
  color: #8250df;
}

.md .pl-ba {
  color: #57606a;
}

.md .pl-sg {
  color: #8c959f;
}

.md .pl-corl {
  text-decoration: underline;
  color: #0a3069;
}

.md g-emoji {
  display: inline-block;
  min-width: 1ch;
  font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1em;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.075em;
}

.md g-emoji img {
  width: 1em;
  height: 1em;
}

.md .task-list-item {
  list-style-type: none;
}

.md .task-list-item label {
  font-weight: 400;
}

.md .task-list-item.enabled label {
  cursor: pointer;
}

.md .task-list-item + .task-list-item {
  margin-top: 4px;
}

.md .task-list-item .handle {
  display: none;
}

.md .task-list-item-checkbox {
  margin: 0 0.2em 0.25em -1.4em;
  vertical-align: middle;
}

.md .contains-task-list:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em 0.25em 0.2em;
}

.md .contains-task-list {
  position: relative;
}

.md .contains-task-list:hover .task-list-item-convert-container,
.md .contains-task-list:focus-within .task-list-item-convert-container {
  display: block;
  width: auto;
  height: 24px;
  overflow: visible;
  clip: auto;
}

.md ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}

.md pre > code {
  background-color: #161c20;
  color: #fff !important;
  padding: 1em 0.5em;
  margin: 0.25em 0 1e;
  width: 100%;
  display: block;
  overflow-y: auto;
  white-space: pre-wrap;
  border-radius: 0.25em;
  zoom: 90%;

  font-family: 'Sans Mono', 'Consolas', 'Courier', monospace;
  font-size: 16px !important;
  font-weight: 100;
}

.header {
  background-color: #161c20;
  color: #fff;
  padding: 8px 8px 28px;
  margin-bottom: 16px;
}

h3 {
  font-weight: 600;
  font-size: 1.2em !important;
}
