/* The colors is set to be consistent with sphinx_rtd_theme */

/* It is not referenced in sphinx_rtd_theme */
@import url("basic.css");

nav.wy-nav-side a:visited {
    color: #e9b9e9;
}

nav.wy-nav-side a.icon-home {
    color: #fcfcfc;
}

.wy-menu-vertical li.toctree-l1.current a:visited {
    color: #502050;
}

.wy-menu-vertical li.toctree-l2 a:visited,
.wy-menu-vertical li.toctree-l3 a:visited {
    color: #502050;
}

.rst-content table.align-left,
.rst-content table.align-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.rst-content table .text-left {
    text-align: left;
}

.rst-content p>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.highlight-console .highlight {
    color: #edf0f2;
    background-color: #343131;
}

.highlight-console .highlight span.gp {
    color: green;
}

.highlight-console .highlight span.go {
    color: #b7c3cb;
}
