* {
    font-family: sans-serif, Arial !important;
}
body {
    font-size: 18px;
}
h1 {
    font-size: 175% !important;
}
h2 {
    font-size: 150% !important;
}
h3 {
    font-size: 125% !important;
}
footer div[role=contentinfo] {
    font-size: 75% !important;
}
table {
	margin: inherit !important;  
}
.wy-side-nav-search a {
    font-size: 125% !important;
}
.wy-nav-content pre {
    font-size: inherit  !important;
}
.wy-nav-content table, td, tr {
    font-size: inherit !important;
}
.wy-nav-content code {
    font-size: 90% !important;
    font-family: inherit !important;
}
.wy-nav-content {
    max-width: 975px !important;
}
.wy-nav-content p {
    line-height: 2rem !important;
    font-size: inherit !important;
}
.wy-nav-content li {
    margin-top: 7px !important;
    font-size: 16.5px !important
}
.wy-menu .caption * {
    font-size: 18px !important;
}
.vl {
    border-left: 3px solid #A0AABF;
    padding: .66001rem 1rem 1rem;
}
#comlist li {
    font-size: inherit !important;
}
/* CSS for sphinx-prompt */

div.highlight {
  border: 1px solid #e1e4e5;
  background-color: rgb(248, 248, 248) !important;
  overflow-x: auto;
  margin: 1px 0 24px 0;
  padding: 12px 12px;
}

/* Tweak css for sphinx_prompt #5281 */
div.highlight span[class^="prompt"] {
  line-height: 1.4;
}
