/*
 * This .css is used for styling the web HTML version, together with `plexim.scss`.
 * It adds to the Sphinx ReadTheDocs theme: https://github.com/readthedocs/sphinx_rtd_theme/blob/master/sphinx_rtd_theme/static/css/theme.css
 *
 * For general styling, please refer to `plexim.scss`.
 */

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

.rst-content section ol.arabic li ul,
.rst-content section ol li ul {
  margin-bottom: 12px;
}

.rst-content table.docutils:not(.field-list) {
  td[rowspan],
  th[rowspan] {
    background-color: #f7f9f9 !important; /* mix between #f3f6f6, #fcfcfc */
  }
}

/* <p> inside <figcaption> inside <figure> has a margin-bottom of 24px, which figures without caption do not have. */
.rst-content figure, .rst-content figure.align-center {
  margin-bottom: 24px;
}

footer div[role="contentinfo"] p {
  margin-bottom: 6px;
}

.acknowledgments {
  font-size: 90%;
}