/* Remove width restriction on content so that diagrams
   are more visible */
   .wy-nav-content {
      max-width: none;
  }

  /* Override the logo/searchbar background color;
     it conflicts with the logo color */
  .wy-side-nav-search {
      background-color: #C6B9D2;
  }
