span.project-version {
  color: #999999;
  font-size: 0.8em;
  font-weight: 600;
  margin-left: 5px;
}

.lead {
  font-size: 1.5rem;
}

.front-page-callout {
  margin-bottom: 4rem;
}

/* Try to make the jupyter-sphinx style match sphinx-gallery for consistency */
div.jupyter_container {
  border: none;
  box-shadow: none;
}

div.jupyter_container .cell_input {
  margin-bottom: 1.15rem;
  border-radius: 0.4em;
  box-shadow: 1px 1px 1px #d8d8d8;
}

div.jupyter_container .cell_output {
  margin-bottom: 1.15rem;
}

.jupyter_container div.code_cell pre {
  padding: 10px;
}
