<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wy-side-nav-search, .wy-nav-top {
    background: #4308E5;
}

/* make the page width fill the window */
.wy-nav-content {
   max-width: 1100px;
}


.eqno {
    margin-left: 5px;
    float: right;
}
.math .headerlink {
    display: none;
    visibility: hidden;
}
.math:hover .headerlink {
    display: inline-block;
    visibility: visible;
    margin-right: -0.7em;
}

/* A workaround for https://github.com/readthedocs/sphinx_rtd_theme/issues/647
 * Override display for function signatures so that there is spacing between
 * types and arguments */
.rst-content dl:not(.docutils) dt {
    display: table-cell !important;
}
.rst-content dl:not(.docutils) dd {
    margin-top: 6px;
}

/* override table width restrictions
 * https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html */
@media screen and (min-width: 767px) {

   .wy-table-responsive table td {
      /* !important prevents the common CSS stylesheets from overriding
         this as on RTD they are loaded after this stylesheet */
      white-space: normal !important;
   }

   .wy-table-responsive {
      overflow: visible !important;
   }
}

.col .footer, #site-navigation div.navbar_extra_footer {
    font-size: .7em;
    text-align: left;
}

/* Footer privacy links */
a#wap_dns {
    display: none;
}</pre></body></html>