.md-typeset pre > code {
    font-size: 0.75rem;
    line-height: 1.45;
}
.md-typeset code {
    font-size: 0.75rem;
}

/* Сделать первую колонку шире */
.md-typeset table th:first-child,
.md-typeset table td:first-child {
    width: 280px;
}