
nav.contents {
    /* background-color: blue; */
    border: none;

}

hr {
    border-color: #2f4f4f;
}

/* For highlighting debug messages: */

aside.system-message {
  background-color:  pink;
  text-align: center;

}

aside > .system-message-title {
  font-weight: bold;
  padding-top: 10px;

}

/* For Adding captions */

div.jgcontainer {
    background-color: grey;
    padding: 10px;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;
    margin-bottom: 10px;

}

div.jgcontainer > pre {
    background-color: white;
    padding: 10px;
}


div.document{
    width: 100%;
}

div.documentwrapper{
    float: left;
    width: 70%;
    padding: 0;
    margin-left: 30%;
}

div.bodywrapper {
    margin: 0;
}

div.sphinxsidebar {
    width: 30%;
    left: 0px;
    position: fixed;
    height: 100%;
    margin: 0;
    padding: 0;
}

dl {
    padding: 10px;
}

dl.py{
    background-color: #843b6280;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
}

dl.py.data {
    background-color: aqua;
}

dl.py.attribute {
    background-color: #a98e24;
    margin-bottom: 0px !important;
    padding: 0px;
}

dl.py.property {
    background-color: #b22e3a;
    margin-bottom: 0px;
    padding: 0px;
    display: revert !important;
}

dl.py.method {
    background-color: #aac39e;
}
