h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Lucida Grande', 'Corbel', sans-serif;*/
/*font-family: Inconsolata, Alibaba Sans !important;*/
  font-weight: normal;
  clear: both;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border-left: 2px solid orange;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid orange;
}
b,
th,
dt,
strong {
  font-weight: bold;
  color: #e607d7 !important;
  background-color: var(--md-code-bg-color);
  padding: 0 4px;
}

.md-typeset blockquote {
  padding-left: 1.875rem;
  margin: 0 0 1.875rem 1.875rem;
  border-left: solid 3px #42b983!important;
  background-color: var(--md-typeset-ins-color);
  padding-right: 20px;
  margin-top: 35px;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  color: var(--md-typeset-color);
}
.md-typeset blockquote>p:first-child{
  border-bottom: 1px solid var(--md-default-fg-color--lighter);
  color: var(--md-code-hl-color);
  font-weight: bold;
  padding-bottom: 16px;
  font-size: 16px;
  margin-bottom: 1rem;
}
