@import "sphinxdoc.css";

body { 
  background-color: #214d40;
}

div.footer { 
  background-color: #fef268;
  color: black;
}

div.footer a {
  color: black;
}

div.related ul li a,
a {
    color:#aa9c00;
}

a:hover, a tt:hover, div.related ul li a:hover {
    color:#e7d400;
}

div.sphinxsidebar h3, div.sphinxsidebar h4,
div.admonition p.admonition-title {
    background-color:#76988e;
}

div.top-logo-header {
    text-align: left;
    background-color: #fef268;
}

table.docutils td, table.docutils th, table.docutils {
    border: none white;
}

table.docutils {
    margin-left: 0em;
}

h1, h2, h3, h4 {
    color: #214D40;
}

a tt {
    color: #CAAA16;
}
