/* fix bootstrap conflict with Pygments */
.highlight pre {
  white-space: pre;
  border-radius: inherit;
  display: inherit;
  background-color: inherit;
  border: inherit;
  color: inherit;
  font-size: 16px;
  line-height: 200%;
}

/* fix conflict with other sytlesheets */
.highlight .m {
  margin: inherit;
}
