.mdbook-tabs {
    display: flex;
}

.mdbook-tab {
    background-color: var(--table-alternate-bg);
    padding: 0.5rem 1rem;
    cursor: pointer;
    border: none;
    font-size: 1.6rem;
    line-height: 1.45em;
}

.mdbook-tab.active {
    background-color: var(--table-header-bg);
    font-weight: bold;
}

.mdbook-tab-content {
    padding: 0;
}

.mdbook-tab-content pre {
    margin-top: 0.0;
}

.mdbook-tab-content table {
    margin: unset;
}

.performance-results {
    width: 100%;
    table-layout: fixed;
    font-size: 0.85em;
}

.performance-results th,
.performance-results td {
    padding: 0.35em 0.4em;
    white-space: nowrap;
}

.performance-results th:first-child,
.performance-results td:first-child {
    width: 20%;
}
