.wy-table-responsive table td {
    white-space: normal !important;
}

/* Switch order of project name and logo in sidebar */
body>div>nav>div>div.wy-side-nav-search>a {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column-reverse !important;
}

/* Resize RDK logo and adjust margins after reordering with project name */
body>div.wy-grid-for-nav>nav>div>div.wy-side-nav-search>a>img {
    width: 90% !important;
    margin-bottom: 0.85em !important;
    margin-top: 0 !important;
}

/* Remove home icon in sidebar */
body>div.wy-grid-for-nav>nav>div>div.wy-side-nav-search>a::before {
    content: "" !important;
}

/* Resize search bar to match width of content table */
.wy-side-nav-search input[type="text"] {
    width: 93% !important;
    border: 0 !important;
    border-radius: 10px !important;
}

/* Use Flexiv VI text font for the rest */
h1,
h2,
h3,
h4,
h5,
h6,
legend,
p.caption,
.rst-content,
.toctree-wrapper {
    font-family: "Helvetica" !important;
}

/* Use Flexiv VI blue for top of sidebar */
.wy-side-nav-search {
    background-color: #345a8a !important;
}

/* Use Flexiv VI blue for rest of sidebar */
.wy-nav-side {
    background-color: #111f2c !important;
}

.wy-menu>.caption {
    background-color: #576066 !important;
}

.wy-menu>.caption>span.caption-text {
    font-family: "Arial" !important;
    color: #b7d2e8;
    font-size: 16px;
}

/* Hide the caption text in the main document body */
.toctree-wrapper>p.caption {
    display: none;
}