

.markup.jupyter html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.markup.jupyter body {
  color: #444;
  font-family: Quicksand, Georgia, Palatino, "Palatino Linotype", Times,
    "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.7;
  padding: 1em;
  margin: auto;
  max-width: 42em;
  background: #fefefe;
}

/* .markup.jupyter p {
  color: orangered;
} */
