<style>
ul, #myUL { list-style-type: none; }
#myUL { margin: 0; padding: 0; }
.caret { cursor: pointer; user-select: none; white-space: nowrap; }
.caret::before { content: "\25B6"; color: black; display: inline-block; margin-right: 6px; white-space: nowrap; }
.caret-down::before { transform: rotate(90deg); white-space: nowrap; }
.nested { display: none; }
.active { white-space: nowrap; display: block; }
a:link { white-space: nowrap; text-decoration: none; color: #F05732;}
a:visited { white-space: nowrap; text-decoration: none; color: #D44D2C; }
a:hover { white-space: nowrap; text-decoration: underline; color: #F05732;}
a:active { white-space: nowrap; text-decoration: underline; }
body {
    font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
}
h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend, p.caption {
    font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
}
.bold { font-weight: 900; }
.none {}
</style>
