.green-highlight {
  background: #b0ffb0;
  color: #202020;
  padding: 0.1em 0.2em;
  border-radius: 0.15em;
}
.md-typeset table th:nth-child(1),
.md-typeset table td:nth-child(1) {
  width: 300px; /* first column */
}
.md-typeset table th:nth-child(2),
.md-typeset table td:nth-child(2) {
  width: 350px; /* second column */
}
.md-typeset table th:nth-child(3),
.md-typeset table td:nth-child(3) {
  width: 350px; /* second column */
}
.md-typeset table th:nth-child(4),
.md-typeset table td:nth-child(4) {
  width: 350px; /* second column */
}
.md-typeset table th:nth-child(5),
.md-typeset table td:nth-child(5) {
  width: 350px; /* second column */
}
.md-typeset table th:nth-child(6),
.md-typeset table td:nth-child(6) {
  width: 350px; /* second column */
}

/* Add more for other columns */
