/* permite incluir matemática em code */
code.has-jax {
  -webkit-font-smoothing: antialiased;
  background: inherit !important;
  border: none !important;
  font-size: 100%;
}

/* prism overrrides */
/* inline codes */
:not(pre) > code {
  border: 1px solid #e0e0e0;
  padding: 0.2em 0.3rem;
  background: #f8f8f8;
}

/* code blocks */
pre[class*="language-"] {
  border: 1px solid #e0e0e0;
  box-shadow: 5px 5px 5px #eeeeee;
  padding: 0.5em 1em;
  margin: 1em 0;
  overflow: auto;
  background: #f8f8f8;
}

/* shell highlighting overrrides */
.language-shell-session .info,
.language-shell-session .shell-symbol {
  font-weight: normal;
  color: rgb(86, 86, 155);
}
.language-shell-session .info .path {
  color: rgb(48, 110, 72);
}
.language-pycon .output,
.language-shell-session .output {
  color: rgb(141, 141, 141);
}
.language-pycon .prompt {
  color: rgb(86, 86, 155);
  font-weight: bold;
}
