.md-typeset__table {
    line-height: 1;
}

.md-typeset__table table:not([class]) {
    font-size: 0.60rem;
    border-right: none;
}

.md-typeset__table table:not([class]) td,
.md-typeset__table table:not([class]) th {
    padding: 9px;
}

/* light mode alternating rows */
[data-md-color-scheme="default"] .md-typeset__table tr:nth-child(2n) {
    background-color: #f6f8fa;
}

/* dark mode alternating rows */
[data-md-color-scheme="slate"] .md-typeset__table tr:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.05);
}