
.md-nav__link--active,
.md-nav__link:active {
  color: #4DBFAA !important;
}
.md-nav__link:hover {
  color: #4DBFAA !important;
}
.md-typeset a {
  color: #0fa7fff6;
}
.md-typeset a:hover {
  color: #4DBFAA !important;
}

.md-header {
  background-color: #1B274D !important;
}

.md-footer-meta {
  background-color: #1B274D !important;
}

.md-footer-nav {
  display: none;
}

.md-typeset table:not([class]) th {
  background-color: rgba(0, 0, 0, 0.14);
  color: #000000;
}

.md-typeset__scrollwrap {
  overflow: scroll;
  overflow-y: hidden;
  scroll-padding-left: none;
}

.md-typeset table:not([class]) td {
  width: 150px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: width 1s;
}

.md-typeset table:not([class]) td:hover {
  width: 300px;
  -webkit-transition: width 1s;
}

.md-typeset .question summary {
    font-weight: normal;
}


.md-typeset :is(.admonition, details):is(.question, .help, .faq) {
	border-left-color: #43c8af;
}

.md-typeset :is(.question, .help, .faq) > :is(.admonition-title, summary) {
    border-left-color: #43c8af;
}


.md-typeset :is(.question, .help, .faq) > :is(.admonition-title, summary)::before {
	background-color: #43c8af;
}

.md-typeset :is(.question, .help, .faq) > :is(.admonition-title, summary) {
    background-color: rgba(68,138,255,.1);
}

.fiddle {
  width: 100%;
  height: 500px;
  opacity: 1;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -ms-transition: all 2s ease;
}
.fiddle.off {
  width: 150px;
  height: 0px;
  opacity: 0;
  content: "Try it";
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -ms-transition: all 2s ease;
}

.activator {
  height: 50px;
  width: 150px;
  color: white;
  font: 22px Arial, sans-serif, caption;
  transition: all 1s ease;
  border: 2px solid #0000001f;
  background-color: #00a1ffd1;
  border-radius: 5px;
  cursor: pointer;
}


