/* Remove excess margin at bottom of a tab code highlight */
.rst-content div.code-tab div[class^="highlight"] {
  margin-bottom: 1px
}

.rst-content div.nbsphinx-gallery a {
  background-color: rgb(240, 240, 225)
}

/* italic bold face role*/
.ibf {
    font-weight: bold;
    font-style: italic;
}
