// this selects the contents section, the first table of contents and the list item
// underneath it. Then it removes the spacing to make it look whole. If you have more
// items, you can consider using :not(:last-of-type) selector.

.wy-side-nav-search {
    background-color: #003399; /* ADRION background-color */
}

.version {
    color: white;
}