a {
    color: #79C143;
}

a:visited {
    color: #5a9230;
}

.wy-side-nav-search>div.version {
    color: #404040;
    font-weight: bold;
}

.wy-side-nav-search>a.icon-home {
    font-size: 0;
    padding: 0;
    margin-bottom: 20px;
}

.wy-side-nav-search>a.icon-home img.logo {
    width: 65%;
    padding: 0;
}

.wy-side-nav-search input[type=text] {
    border-radius: 0;
    border-color: #79C143;
}

.wy-menu-vertical header, .wy-menu-vertical p.caption {
    color: #79C143;
}

.wy-menu-vertical a {
    padding: .2em 1.618em;
}

.wy-side-nav-search, .wy-nav-top {
    background-color: #F2F2F2;
}

.wy-nav-side {
    background-color: #F2F2F2;
    /*
     * Fix layout issue where the version selector is on top of the bottom of the
     * table of contents.
     */
    min-height: calc(100vh - 84px - 50px);
    margin-bottom: 40px;
    padding-bottom: 0;
}

.wy-menu-vertical a, .wy-menu-vertical a:visited {
    color: #222222;
}

.wy-menu-vertical a:hover {
    background-color: transparent;
    color: #5a9230;
}

.wy-nav-content-wrap {
    background: #fefefe !important;
}

.ethical-rtd {
    display: none;
}

/* override table width restrictions */
@media screen and (min-width: 767px) {

    .wy-table-responsive table td {
       /* !important prevents the common CSS stylesheets from overriding
          this as on RTD they are loaded after this stylesheet */
       white-space: normal !important;
    }

    .wy-table-responsive {
       overflow: visible !important;
    }
 }
