:root {
  --mpg-green: #017668;
  --mpg-green-light: #D1E0E3;
}

.wy-side-nav-search {
  background-color: lightgray;
}

.wy-nav-side {
  /* background: var(--mpg-green-light) */
}

.wy-nav-content a:link {
  color: #006C66;
}

.wy-nav-content a:visited {
  color: #006C66;
}

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

