[data-md-color-scheme=default] {
  --md-primary-fg-color:        #1279bc;
  --md-default-fg-color--light: #222 !important;
}

.md-typeset h1 {
  /*font-size: 24pt;*/
  font-weight: bold;
  border-bottom: solid 2px #f18b21;
  padding-bottom: 5px;
}

.md-typeset h2 {
  border-bottom: 1px dotted #888;
  font-weight: bold;
}

.md-typeset h3 {
  font-weight: bold;
}

[data-md-color-scheme=slate] .md-typeset h2 {
  color: #fc0;
  border-bottom: 1px dotted #888;
}

.md-typeset pre {
  color: #f8f8f2;
}
.md-typeset .highlighttable .linenos .linenodiv pre {
  line-height: 15pt;
}

.md-typeset .highlighttable > * {
  --md-code-bg-color: #222 !important;
  --md-code-fg-color: #fefefe !important;
}
.md-typeset .highlighttable .linenos .linenodiv pre span {
  background-color: #222 !important;
  color: #fefefe !important;
}
.md-typeset .highlighttable .md-clipboard:before,
.md-typeset .highlighttable .md-clipboard:after {
  color: rgba(240,240,240,.8);
}
.md-typeset .highlighttable .md-clipboard:hover:before,
.md-typeset .highlighttable .md-clipboard:hover:after {
  color: rgba(102,217,224,1);
}

.md-typeset table {
  margin: auto;
}
.md-typeset th {
  background: #1279bc;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.md-typeset td {
  border: solid 1px #ccc;
  padding: 10px;
}
