/** css/override.css **/

/* Include ReadTheDocs theme */
@import 'theme.css';       /* for the Read the Docs theme */

/*
 * Lists generated by myst are assigned to class "simple".
 * Set 'disc' marker (default 'none').
 * Limit class selector to 
**/
.simple>li {
    list-style: disc;
}

ul.simple {
    margin: 10px 0 10px 30px;
    padding: 0px;
}

.my-ol>li {
    line-height: 24px;
}

ol.my-ol {
    margin: 10px 0 10px 30px;
    padding: 0px;
}

.my-ol>li {
    list-style: revert;
}

p {
    margin: revert;
}
