.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;
}