<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Sidebar Docs Home Link */

div.sidebartitle-docs-home a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    flex: 1;
    font-weight: 700;
}

div.sidebartitle-docs-home a:hover {
    background: hsla(0, 0%, 100%, .1);
    outline: 0;
}

div.sidebartitle-docs-home-hr {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

div.sidebartitle-docs-home-hr &gt; hr {
    margin: 5px 0;
    max-width: 90%;
    flex: 1;
}


/* Sidebar header (and topbar for mobile) */
.wy-side-nav-search, .wy-nav-top {
    background: #1e1d22;
}

/* Sidebar */
.wy-nav-side {
    background: #f2f2f2;
}

/* Wider content */
.wy-nav-content {
    max-width: 90% !important;
}

/* Menu Text Color */
.wy-menu-vertical {
    color: black !important;
    font-size: 95%
}

.wy-menu-vertical a {
    color: black !important;
    font-size: 95%
}

.wy-menu-vertical a:hover {
    background-color: #c7c7c7;
    cursor: pointer
}

/* all links (visited or not) should be the same color */

a:visited {
    text-decoration: none;
    color: #2980b9;
}

a {
    text-decoration: none;
    color: #2980b9;
}

/*
    override table width restrictions
    https://github.com/readthedocs/sphinx_rtd_theme/issues/117#issuecomment-41506687
 */

.wy-table-responsive table td,
.wy-table-responsive table th {
    white-space: normal;
}

.wy-table-responsive {
    margin-bottom: 24px;
    max-width: 100%;
    overflow: visible;
}


/*
    change default font to Gilmer-Regular
*/

@font-face {
	font-family: 'Gilmer-Regular';
	src: url('gilmer-regular.eot');
	src: url('gilmer-regular.eot?#iefix') format('embedded-opentype'),
         url('gilmer-regular.woff2') format('woff2'),
	     url('gilmer-regular.woff') format('woff'),
	     url('gilmer-regular.ttf') format('truetype'),
	     url('gilmer-regular.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, .rst-content .toctree-wrapper&gt;p.caption,h1,h2,h3,h4,h5,h6,legend {
    font-family: "Gilmer-Regular" !important;
}

/*
    style the "View Package on GitHub" Buttons
*/

a.docs-view-on-github-button {
    background-color: #00b0f0;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    margin-top: 4px;
    margin-left: 14px;
    margin-bottom: 24px;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
    width: 300px;
    align-items: center;
}

img.docs-view-on-github-button-gh-logo {
    vertical-align: center;
    text-align: center;
    margin-bottom: 0px !important;
    padding-right: 10px;
}

/*
    Change the code highlights style and gp icon
*/

div.highlight {
    background-color: #eaeef2;
}

.highlight span.gp {
    color: #404040;
    font-weight: bold;
}

.rst-content .toctree-wrapper ul li&gt;ul {
    margin-top: 0px;
    margin-bottom: 0px;
}


/*
    Define class that makes table borders invisible (for structuring content)
*/

div.no-table.container,
div.no-table.container table,
div.no-table.container td,
div.no-table.container th,
div.no-table.container tr,
div.no-table.container tbody {
    border: transparent !important;
    background-color: transparent !important;
    text-align: center;
}


/* Styles 'code-wrap' directive to wrap */

div.code-wrap.container pre {
    white-space: pre-wrap;
}

/* Style ROS Interface Distro link */

div.ros-distros-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

h2.ros-distros-links-titles {
    margin-bottom: 5px;
}

div.ros-distros-links img {
    height: 220px;
    width: auto;
}

/* Style sphinx_collapse divs *//* Style sphinx_collapse divs */

div.sphinx_collapse {
    border-radius: 4px;
    margin-bottom: 24px;
    background-color: rgb(150 150 150 / 10%);
    border-left: 6px solid #00b0f0;
}

div.sphinx_collapse:hover {
    background-color: rgb(150 150 150 / 20%);
}

div.sphinx_collapse&gt;label.sphinx_collapse__label {
    margin-bottom: 0px;
    padding: 10px 0 10px 14px;
    font-size: 20px;
    font-weight: bolder;
}

div.sphinx_collapse__content {
    margin-top: 0px;
}
</pre></body></html>