.wy-side-nav-search .wy-dropdown > a img.logo, .wy-side-nav-search > a img.logo {
    width: 50%;
    height: 50%;
}

.wy-side-nav-search > div.version {
    color: whitesmoke;
}

.wy-nav-content {
    max-width: 100%;
}

/* override table no-wrap */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}

html[data-theme=light] {
    --pst-color-primary: #525252;
}

button.btn.version-switcher__button {
    color: #f2f2f2;
}

.bd-header__inner.bd-page-width {
    background: #0054a0;
}

.bd-header .navbar-nav li a.nav-link {
    color: #f2f2f2;
}

.bd-header .navbar-nav > .current > .nav-link {
    color: #C35405;
    border-bottom-color: #C35405;
}

.bd-footer .footer-items__start {
    flex-direction: row;
    justify-content: left;
}

.bd-footer .footer-items__end {
    flex-direction: row;
    justify-content: right;
}