@import url('css/theme.css');

p {
    margin-bottom: 12px;
}

.rst-content .section ol p, .rst-content .section ul p {
    margin-bottom: 4px;
}

.rst-content div.figure p.caption {
    font-style: normal;
    text-align: center;
}

.rst-content div.figure {
    text-align: center;
}

.wy-plain-list-disc, .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {
    margin-bottom: 8px;
}

.wy-plain-list-disc li, .rst-content .section ul li, .rst-content .toctree-wrapper ul li, article ul li {
    list-style: disc;
    margin-left: 24px;
    margin-bottom: 8px;
}

.wy-side-nav-search > div.version {
    color: rgba(0, 255, 0, 1.0);
}
~
