.md-typeset {font-size: .75rem;line-height: 1.8;-webkit-print-color-adjust: exact}
.md-typeset h1 {margin: 0 0 1rem;color: black; font-size: .0rem;font-weight:500;line-height: 1.2}
.md-typeset h2 {margin: 1rem 0 .8rem;font-size: 1.2rem;font-weight: 500;line-height: 1.1}
.md-typeset h3 {margin: 1.2rem 0 .8rem;font-size: 1rem;font-weight: 400;letter-spacing: -.01em;line-height: 1.5}
.md-typeset p {font-size: .8rem;font-weight: 400;}
.md-typeset li {font-size: .75rem;font-weight: 400;}
.md-typeset code {font-size: .7rem;font-weight: 400;line-height: 1.5}
.md-sidebar__scrollwrap{background:#eeeeee;padding: .5rem}
.md-footer-nav {background-color: rgba(128,128,128,.75);color: #fff}
.md-footer-nav__inner {padding: .1rem;overflow: auto}
.md-footer-nav__link {padding-top: .8rem;padding-bottom: .2rem;-webkit-transition: opacity .25s;transition: opacity .25s}
.md-nav__link {margin: 0 0 0 .8rem;padding: 2;list-style: disc outside none;font-size: 0.8rem;line-height: 2}
.md-nav--primary  > .md-nav__title {font-size: 1.0rem;font-weight:500;line-height: 2}
.md-nav--secondary > .md-nav__title {font-size: 1.0rem;font-weight:500;line-height: 2}
[data-md-color-primary=Black] .md-nav__link--active,[data-md-color-primary=Black] .md-nav__link:hover {color: #ff6e40}

a.boxedThumb {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
}
a.boxedThumb:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
