:root {
  --accent: #00acc1;
  --accent_dark: #007887;
}

pre.literal-block,
.highlight pre {
    background-color: #fbfbfb;
    border: none !important;
    border-radius: 2px;
    font-size: 75%;
}

.docutils.literal {
    color: #00acc1;
    padding: 1px 4px;
    margin: 0 -2px;
    border-radius: 2px;
}

div.nbinput.container div.input_area {
    border: none !important;
}

a.reference {
    border-bottom: 1px dotted #00acc1;
    color: #00acc1;
}

a.reference:hover {
    border-bottom: 1px solid #007887;
    color: #007887;
}



h1 {
    margin: 30px 0px 10px 0px !important;
}


.body {
    max-width: unset !important;
}


img.logo {

    width: 210px;

}


div.note {
    background-color: #00ACC117;
    border: 1px solid #00ACC15C;
}



dl:not(.docutils) dt {
        margin: 6px 0;
        margin-top: 6px;
        font-size: 90%;
        line-height: normal;
        background: #00ACC117;
        color: #555;
        border-top: solid 3px #00ACC15C;
        padding: 6px;
        font-family: mono;
}

dl:not(.docutils) tt,
dl:not(.docutils) tt,
dl:not(.docutils) code {
    font-weight: bold;
}

dl:not(.docutils) tt.descname,
dl:not(.docutils) tt.descname,
dl:not(.docutils) code.descname {
    font-weight: bold;
}

dl:not(.docutils) dl dt {
        margin-bottom: 6px;
        border: none;
        border-left: solid 3px #ccc;
        background: #f0f0f0;
        color: #555;
}

.body > .highlight-ipython3 {
    display: none;
}

.toctree-wrapper .caption-text {
    font-size: 30.6px;
    font-family: Noto Sans;
    font-weight: normal;
    margin: 30px 0px 10px 0px;
    padding: 0;
}

.sphinxsidebarwrapper p.caption{
    font-size: 20px;
}

.dunderlab-footer {
    margin-top: 80px;
    background-color: #7878780d;
    padding: 15px 30px;
    border: 1px solid #00acc1;
    border-width: 3px 0 0 0;
    border-radius: 5px;
}
