<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* A few customizations of sphynx-rtd-theme specific to MoveIt branding */

.icon:before {
  white-space: pre-wrap !important;
}

.header-override {
  margin-bottom: 12px;
}

.header-override img {
  width: 200px;
}

.wy-breadcrumbs li.wy-breadcrumbs-aside {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: -25px;
}

.wy-body-for-nav .wy-side-nav-search {
  background-color: #33343f;
}

.red {
  color: red;
}

a {
  color: #005cfa;
}

a:hover {
  color: #9B58B6;
}

.rst-content .note {
  background-color: #ECECEC;
}

.rst-content .note .admonition-title {
  background-color: #777986;
}

.wy-menu {
  margin-top: 24px;
}

.wy-nav-side {
  background-color: #2D2E38;
}

.wy-menu-vertical a {
  color: #b3b3b3;
}

.header-override p {
  margin-bottom: 0;
  text-align: right;
}
</pre></body></html>