
h2 {
  color: green;
}

h3 {
  color: goldenrod;

}

h4 {
  color: orange;
}

.md-typeset__table {
   min-width: 100%;
}

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