.wy-nav-content {
    max-width: 100%;
    
}

.wy-nav-content-wrap {;
    min-height: auto;
}
.wy-nav-side {
	background: #f2f2f2;
   
}

.wy-side-nav-search {
    background: #f2f2f2;
}

.wy-side-nav-search .wy-dropdown>a, .wy-side-nav-search>a {
    color: #333;
}

.wy-side-nav-search>div.version {
    color: #333;
}
.wy-menu-vertical a {
    color: #333;
}
/* controls background colour of toctree first element during hover */
.wy-menu-vertical a:hover {
    background-color: #d6d6d6;
}
/* controls colour of toctree first element during hover */
.wy-menu-vertical a {
    color: #404040;
}
/* controls state of toctree first element once it got active */
.wy-menu-vertical a:active {
    background-color: #f2f2f2;
    color: #404040;
}
/* controls state of toctree first element once it got focused */
wy-menu-vertical a {
    color: #404040;
}

/* controls state of toctree first element after get clicked */
.wy-menu-vertical li.current>a, .wy-menu-vertical li.on a {
    background: #f2f2f2;
}
/* Font size for Library */
.wy-side-nav-search .wy-dropdown>a, .wy-side-nav-search>a {
    font-size: 150%;
}
/* Font size for version */
.wy-side-nav-search>div.version {
    font-size: 150%;
}