/* opengnm docs — custom styles */

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

.md-typeset table:not([class]) {
    font-size: 0.65rem;
}

.md-typeset table:not([class]) th {
    white-space: nowrap;
}

/* Function signature blocks */
.md-typeset code {
    word-break: break-word;
}

/* API reference function entries */
.api-func h4 {
    margin-top: 1.5em;
    border-bottom: 1px solid var(--md-default-fg-color--lightest);
    padding-bottom: 0.3em;
}

/* Sidebar nav depth */
.md-nav--secondary .md-nav__item .md-nav__item {
    font-size: 0.7rem;
}
