/****************************** remark-sectionize ******************************/
/* Indent each <section> */
div#__next section>section {
    margin-left: 1rem;
    margin-right: 1rem;
}


div#__next section > h2 ~ * {
    margin-left:  1.5rem;
    margin-right: 1.5rem;
}

div#__next>section>section,
div#__next>section>section>section>section,
div#__next>section>section>section>section>section>section {
    /*border-left: 1px dotted blue;*/
    background-color: white;
}


/* Zebra-striped each <section>: https://stackoverflow.com/a/57491039 */
/*
div#__next>section:nth-of-type(odd) {
    background-color: #f2f2f2;
}




div#__next>section,
div#__next>section>section>section,
div#__next>section>section>section>section>section,
div#__next>section>section>section>section>section>section>section {
    border-left: 1px dotted gray;
    background-color: #f2f2f2;
}


div#__next section>div 
*/

