/*-------------*/
/* readthedocs */
/*-------------*/

body.wy-body-for-nav, section.wy-nav-content-wrap, div.rst-content, div.wy-nav-content {
	background-color: #fff;
}

.wy-nav-content a {
	text-decoration: underline;
}

.wy-nav-content a.btn {
	text-decoration: none;
}

.wy-nav-content {
	max-width: 100%;
}

/* .wy-nav-content img { */
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
/* } */

.wy-plain-list-disc, .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {
	margin: 0px;
}

div.wy-side-nav-search {
	background-color: #073772;
}

div.admonition.note {
	background-color: #fff;
	border: 1px solid #e1e4e5;
}

div.admonition.note > p.admonition-title {
	background-color: #073772;
}

th {
	background-color: #073772;
	color: #fff;
}

td, th {
	border: 1px solid #e1e4e5 !important;
}

/* td { */
	/* background-color: #fff !important; */
/* } */

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