.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Increase font size for tabbed labels */
.md-typeset .tabbed-labels label,
.md-typeset .tabbed-labels__label {
    font-size: 1em !important;
    font-weight: 500 !important;
    color: var(--md-primary-fg-color) !important;
}

/* Custom widths for host comparison table */
.host-comparison-table-wrapper table th:nth-child(1) {
    width: 10%;
}

.host-comparison-table-wrapper table th:nth-child(2) {
    width: 40%;
}

.host-comparison-table-wrapper table th:nth-child(3) {
    width: 40%;
}

.host-comparison-table-wrapper table th:nth-child(4) {
    width: 10%;
}