/* Small project-specific tweaks on top of the Read the Docs theme. */

.wy-nav-content {
  max-width: 1100px;
}

.wy-side-nav-search > a img.logo {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

code.literal,
.rst-content tt.literal,
.rst-content code.literal {
  color: #17435c;
}
