

[data-md-color-scheme="mdwiki"] {
  --md-primary-fg-color:        #072f67;
  --md-primary-fg-color--light: #2358a1;
  --md-primary-fg-color--dark:  #4c80b2;
}
 
.wy-nav-content {
  max-width: none; 
}

th {
  border: none !important;
}
img[src~="noborder"]  {
  border: none;
}
img  {
  border: 1px solid lightgrey;
}

td > img {
  border: none!important;
   }
.md-tabs {
background-color: #4c80b2;
}
img  {
border: none;
}
.md_center {
text-align: center;
}

.md-typeset h3 {
  font-weight: 700!important;
  color: #2358a1!important;
  border-color: #000 !important;
}

code {
  font-family: Menlo, Monaco, 'Courier New', monospace !important;
  /* color: #00ff00 !important; */
  /* background-color: black !important; */
}

.md-typeset h1, h2, h3, h4, h5, h6 {
  font-family: 'Exo', sans-serif !important;
  font-weight: 700!important;
  border-color: #4c80b2 !important;
}

#doc-cover h1, h2, h4, h5, h6 {
  border-color: #4c80b2 !important;
}

#doc-toc h1, h2, h4, h5, h6 {
  border-color: #4c80b2 !important;
}

.md-typeset body, p, tr, li {
  font-weight: 400;
  font-family: 'Montserrat', Roboto, Sans-Serif !important;
}

table {
  background-color: #fff;
  border-left: none !important;
  display: inline-block;
  font-size: .64rem;
  max-width: 100%;
  overflow: auto;
  touch-action: auto;
  border-collapse: collapse !important;
}

th {
  background-color: #eeeeee;
  border-bottom: .05rem solid #0000001f;
  border-left: .05rem solid #0000001f !important;
}

td {
  border-left: .05rem solid #0000001f;
  padding: 0.2em;
}

thead th:empty {
  border: thin solid red !important;
  display: none;
}
