*.wy-nav-content {
    max-width: none;
}
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}

.wy-menu-vertical a {
	font-size: 80%;
}

.rst-content .section ul li>ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.rst-content .toctree-wrapper ul li>ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

.rst-content img {
	padding-bottom: 5px;
	height: auto !important;
}

.medium-zoom-overlay {
	z-index: 10000;
}
.medium-zoom-image--opened {
	z-index: 10001;
}
.rst-content code {
	font-family: Lato,proxima-nova,Helvetica Neue,Arial,sans-serif
	font-size: 90%;
	padding: 2px 2px;
}

h1 {
	padding-bottom: 22px;
}

h2 {
	padding-top: 14px;
	padding-bottom: 16px;
}

h3 {
	padding-top: 12px;
	padding-bottom: 14px;
}

p {
	margin-bottom: 10px;
}

.rst-content table.docutils thead th, .rst-content table.field-list thead th, .wy-table thead th {
	vertical-align: middle;
	background-color: #343131;
	color: white;
}

.line {
	padding-bottom: 5px;
}

.severity-critical {
	color: #FF0000;
}

.severity-error {
	color: #FF3333;
}

.severity-warning {
	color: #FF6666;
}

.severity-info {
	color: #264460;
}

.severity-debug {
	color: #669900;
}

.bolditalic {
  font-weight: bold;
  font-style: italic;
}

.hl {
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  background-color: #f4f4f4;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 100%;
  color: inherit;
}

.sphinx-tabs {
  margin-bottom: 1rem;
}

[role="tablist"] {
  border-bottom: 1px solid #a0b3bf;
}

.sphinx-tabs-tab {
  position: relative;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  color: #1D5C87;
  line-height: 24px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px 5px 0 0;
  border: 0;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
}

.sphinx-tabs-tab[aria-selected="true"] {
  font-weight: 700;
  border: 1px solid #a0b3bf;
  border-bottom: 1px solid white;
  margin: -1px;
  background-color: white;
}

.sphinx-tabs-tab:focus {
  z-index: 1;
  outline-offset: 1px;
}

.sphinx-tabs-panel {
  position: relative;
  padding: 1rem;
  border: 1px solid #a0b3bf;
  margin: 0px -1px -1px -1px;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  background: white;
}

.sphinx-tabs-panel.code-tab {
  padding: 0.4rem;
}

.sphinx-tab img {
 margin-bottom: 24 px;
}

.wy-side-nav-search img {
 width: 50px !important;
}

.wy-side-nav-search > div.version {
	margin-top: -0.4045em;
	margin-bottom: 0.809em;
	font-weight: 400;
	color: hsla(0, 0%, 100%, 0.3);
}

/* Cap the mobile slide-in TOC drawer at the desktop rail width instead of the
   theme default of 85% of the viewport. */
@media screen and (max-width: 768px) {
	.wy-nav-side.shift { width: 300px; }
	.wy-nav-content-wrap.shift { left: 300px; }
}
