<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Mke use of h-space */
.bd-page-width {
    max-width: 130rem;
}

.bd-main {
    .bd-content {
        .bd-article-container {
            max-width: 80em;
        }
    }
}

/* Styling for the parameters tables */

td.category {
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    vertical-align: middle;
}

td.category.odd {
    background-color: #fcfafa;
}

td.category.even {
    background-color: #faf3fa;
}

/* Be a bit more generous with the padding */
img {
    padding: 5px;
}

/* This allows us to add a 1px transparent image and stretch it across the 
   width of the current container, causing any above float elements to no 
   longer overflow their parent. Necessary in QPolaris due to the way Sphinx
   handles images with float-left/right.
*/
img.clearfix {
    width: 100%;
    height: 1px;
}

.table-60 {
    width: 60%;
}

/*
 * Hide the default python/jupyter download boxes on examples as they don't work on ANL webserver
 */


.sphx-glr-download-python {
    display: none;
}

.sphx-glr-download-jupyter {
    display: none;
}</pre></body></html>