.cmdsumenum {
  color:darkblue;
  font-style: italic;
}
.cmdsumstring {
  color:maroon;
  font-style: italic;
}
.cmdsumnumber {
  color:darkgreen;
  font-style: italic;
}

/* until PR is merged, need this hack to get eq numbers to right */
/* https://github.com/readthedocs/sphinx_rtd_theme/pull/383 */
.eqno {
  float: right;
}

/* increase max width of content pane */
.wy-nav-content {
  max-width: 1200px !important;
}

/* change color of home icon and text */
.wy-side-nav-search {
  background-color: #e6e8e9;
}
.wy-side-nav-search > a {
  color: #f36323;
}
.wy-side-nav-search > div.version {
  color: #f36323;
}

/* Center algorithm caption */
.alg-caption {
  margin: auto;
  text-align: center;
}