.wy-nav-side {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2em;
    width: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 100%;
    color: #D6D6D6;
    background: #D6D6D6;
    z-index: 200
}

.wy-menu-vertical header,.wy-menu-vertical p.caption {
    color: #55a5d9;
    height: 32px;
    line-height: 32px;
    padding: 0 1.618em;
    margin: 12px 0 0;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0%;
    white-space: nowrap
}

.wy-menu-vertical a {
    line-height: 18px;
    padding: .4045em 1.618em;
    display: block;
    position: relative;
    font-size: 90%;
    color: #404040
}

.wy-menu-vertical a:hover {
    background-color: #45C494;
    cursor: pointer
}

.wy-menu-vertical li.toctree-l1.current>a {
    border-bottom: 0px solid #c9c9c9;
    border-top: 0px solid #c9c9c9
}

.wy-side-nav-search input[type=text] {
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
    border-color: #45C494;
    border-width: 2px;
}

.btn-neutral {
    background-color: #f3f6f6!important;
    color: #45C494!important
}

.btn-neutral:hover {
    background-color: #e5ebeb!important;
    color: #45C494
}

.btn-neutral:visited {
    color: #45C494!important
}
