.wy-nav-content {
    max-width: 100% !important;
	}
/* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}

/* tables */
html.writer-html5 .rst-content table.docutils th>p, html.writer-html5 .rst-content table.docutils td>p,
 html.writer-html5 .rst-content table.docutils caption {
    font-size: 16px;
}

/* code block */
.rst-content div[class^=highlight] pre {
    font-size: 16px;
}

/* code in text */
.rst-content code {
    font-size: 15px;
    background: #f8f8f8;
}

.rst-content code.literal {
    color: #404040;
}

.wy-table-responsive {
    margin-bottom: 24px;
    max-width: 100%;
    overflow: visible;
}

/* left menu style */

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

.wy-side-nav-search input[type=text] {
    border-color: #c2c3c5;
}

.wy-nav-side {
    background: #f3f4f6;
    color: #c2c3c5;
}

.wy-menu-vertical li.toctree-l1.current > a {
    padding-left: 26px;
}

.wy-menu-vertical li.toctree-l1.current>a,
.wy-menu-vertical li.toctree-l2.current>a,
.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a,
.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {
    border: none;
    background: #f3f4f6;
}

.wy-menu-vertical li.toctree-l1.current>a:hover,
.wy-menu-vertical li.toctree-l2.current>a:hover,
.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a:hover,
.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a:hover {
    background: #d6d6d6;
}

.wy-menu-vertical li.toctree-l1>a {
    font-size: 16px;
}

.wy-menu-vertical li.toctree-l2>a {
    font-size: 15px;
}

.wy-menu-vertical li.toctree-l2 li.toctree-l3>a {
    font-size: 14px;
}

.wy-menu-vertical li.toctree-l3 li.toctree-l4>a {
    font-size: 13px;
}

.wy-menu-vertical a {
    color: #454545;
}

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

.wy-menu-vertical li.current a {
    border: none;
    background: #f3f4f6;
    padding: 0.4045em 2.427em;
}

.wy-menu-vertical li.current a:hover {
    background: #d6d6d6;
}

.wy-menu-vertical li.current {
    background: #f3f4f6;
}

.wy-menu-vertical a:hover {
    background-color: #d6d6d6;
}

.wy-nav-content-wrap {
    background: none;
}


.wy-menu-vertical a:hover button.toctree-expand {
    color: #4d4d4d;
}

.wy-side-nav-search .wy-dropdown>a, .wy-side-nav-search>a {
    color: #4d4d4d;
}

.wy-side-nav-search .wy-dropdown>a, .wy-side-nav-search>a {
    padding: 0px 70px;
}
	
html {
    font-size: 18px;
    line-height: 1.6;
}

p,
li {
    font-size: 18px;
    line-height: 1.7;
}

ol.arabic.simple > li {
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
}

.bordered-image {
    border: 1px solid #e1e4e5;
    border-radius: 6px;
    padding: 4px;
}

.rst-content div.highlight > pre {
    white-space: break-spaces;
}

/* -- right menu -- */
.wy-nav-content {
    margin-right: 260px;
}

.fixed-menu {
    position: fixed;
    top: 85px;
    right: 0;
    padding-right: 20px;
    max-width: 260px;
    max-height: 800px;
    overflow-y: scroll;
}
.fixed-menu h4 {
    margin-bottom: 14px;
}
.fixed-menu ul li {
    font-size: 0.8rem;
    line-height: 2;
    color: #47474799;
}
.fixed-menu a {
    color: #404040ab;
}
.fixed-menu a:hover {
    color: #3091d1;
}
.fixed-menu ul {
    border-left: 1px solid #cccccc;
}
.fixed-menu ul li.active {
    border-left: solid 2px #404040;
    font-weight: bold;
}
.fixed-menu ul li.active a {
    color: #404040;
}
.fixed-menu .menu-item-h1 {
    padding-left: 5px;
}
.fixed-menu .menu-item-h2 {
    padding-left: 20px;
}
.fixed-menu .menu-item-h3 {
    padding-left: 40px;
}
.fixed-menu .menu-item-h4 {
    padding-left: 60px;
}

@media screen and (max-width: 1388px) {
    .fixed-menu {
        display: none;
    }
     .wy-nav-content {
        margin-right: 0;
    }
}
/* -- end right menu -- */