p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}


.bluekbox {
  padding: 1em;
  background: LightBlue;
  color: black;
  border: 2px LightBlue;
  border-radius: 10px;
}
.center {
  text-align: center;
}

div.figure {
  display: table;
  min-width: 100%;
}
div.figure p {
  display: table-caption;
  caption-side: top;
}
