.wy-side-nav-search {
    /* background-color: #6a9dbe; */
    /* background-color: #56abe2; */
}

img.logo {
    padding-left: 60px;
    padding-right: 60px;
}

a.icon {
    /* font-size: 120%; */
}

.rst-content figure.align-center {
    margin-bottom: 24px;
}

.output-image {
    margin-top: -25px !important;
    margin-bottom: 24px !important;
    padding-top: 24px;
    border: 1px solid #e1e4e5;
}

.output-text {
    margin-top: -25px !important;
    margin-bottom: 24px !important;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #e1e4e5;
    font-family: monospace;
    font-size: 12px;
    font-style: italic;
    line-height: 1.4;
    color: #888;
}

/* Interactive numbl examples (<numbl-embed>). Collapsed to a button until the
   reader clicks it, then expands to an editable, runnable widget. */
numbl-embed {
    display: block;
    margin-top: -16px;
    margin-bottom: 28px;
}

numbl-embed iframe {
    border: 1px solid #e1e4e5;
    border-radius: 4px;
}

.numbl-embed-activate:hover {
    background: #1b5e20 !important;
}

.numbl-embed-activate:focus-visible {
    outline: 2px solid #56abe2;
    outline-offset: 2px;
}
