.md-typeset td:not([class]):not(:last-child) {
	border-right: 0.05rem solid var(--md-typeset-table-color);
}

/* light mode alternating table bg colors */
.md-typeset__table tr:nth-child(2n) {
    background-color: #ecebebd1;
}

/* dark mode alternating table bg colors */
[data-md-color-scheme="slate"] .md-typeset__table tr:nth-child(2n) {
    background-color: hsla(var(--md-hue),25%,25%,1)
}