p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}
.user-input {
  background-color: lightblue !important;
  border: 3px solid darkblue !important;
  font-weight: bold;
}
