:root {
  --td-fg: hsl(040,0%,85.0%);
  --tr-o-bg: hsl(100,0%,10.0%);
  --tr-e-bg: hsl(220,0%,14.0%);
  --th-bg: #111;
  --th-fg: #eee;
}

title {
  border-bottom: 0.125rem solid var(--outline);
  padding-bottom: 0.125rem;
  font-weight: 600;
  font-size: 1.3rem;
  border-bottom: 1px solid;
}

pre {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

table {
  margin: 10px auto 10px auto;
  font-size: 0.95em !important;
}

table, th, td {
  border-collapse: collapse;
  padding: 2px;
}

td:first-child {
    text-align: left;
}

tr:nth-child(odd) {
  background-color: var(--tr-o-bg);
}

tr:nth-child(even) {
  background-color: var(--tr-e-bg);
}

th {
  background-color      : var(--th-bg);
  color                 : var(--th-fg);
  position              : sticky;
  top                   : 0;
}

td {
  color                 : var(--td-fg);
  padding               : 0.10rem 0.25rem;
}

table img {
  padding: 0 !important;
  display: block;
  max-width: 200px;
}

img,
picture,
video {
  margin: 0 auto;
  padding: 20px 0 0 0 !important;
  display: block;
  max-width: 45%;
  height: auto;
}

figcaption {
  color: #bec8ce;
  font-size: 1em;
  text-align: center;
  margin-bottom: 20px;
  margin: auto;
  font-family: serif;
}

frame,iframe {
  max-width: 100%;
}
