.iframe {
  width:100%;
  border:none;
}

.flyout {
  cursor:hand;
  cursor:pointer;
}

.article_subtopic {
  background: url(../graphics/jupyter-32x32.png) no-repeat;
  padding-left:35px;
  padding-top:6px;
  padding-bottom:16px;
  font-size:130%;
}

.codediv {
  background:black;
  color:white;
  padding:10px;
  display: block;
  unicode-bidi: embed;
  font-family: monospace;
  white-space: pre;
}

.codespan {
  background:#e0ffe0;
  unicode-bidi: embed;
  font-family: monospace;
  white-space: pre;
}