.md-typeset__table {
  min-width: 100%;
  table {
    thead,
    tbody {
      tr {
        td:first-of-type,
        th:first-of-type {
          @media (min-width: 577px) {
            width: 200px;
          }
        }
      }
    }
  }
}

.md-typeset table:not([class]) {
  display: table;
}

.md-typeset hr:last-of-type {
  display: none;
}
