.md-typeset table:not([class]) th {
  font-weight:700;
  /* min-width:5rem; */
  /* padding:.9375em 1.25em; */
  min-width:2rem;
  padding:0.4em 0.4em;
  vertical-align:top
}
.md-typeset table:not([class]) td {
  border-top:.05rem solid var(--md-typeset-table-color);
  /* padding:.9375em 1.25em; */
  padding:0.4em 0.4em;
  vertical-align:top
}
