:root {
  --inthebag-green: #237a3b;
  --inthebag-green-dark: #18572a;
}

.wy-side-nav-search,
.wy-nav-top {
  background: var(--inthebag-green);
}

.wy-menu-vertical a:active {
  background: var(--inthebag-green-dark);
}

.rst-content code {
  white-space: nowrap;
}

.rst-content table.docutils td,
.rst-content table.docutils th {
  white-space: normal;
}
