/* 2020 04 04 */
/* html,
body {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
} */
.md-typeset table:not([class]) th {
  min-width: 0rem;
}
.md-nav__link--active {
  color: inherit;
}
blockquote.page-copyright {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ff1700; /* Just change the color value and that's it*/
}
.gt-container .gt-meta {
  z-index: auto !important;
}
