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: #F4F6F6;
  color: black;
  border: 2px #F4F6F6;
  border-radius: 10px;
}
.center {
  text-align: center;
}

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

.example {
  display: block;
  font-style: italic;
  color: black;
  border-radius: 10px;
  background-color: rgb(222,222,231);
  box-shadow: 5px 10px 8px #888888;
}

.example::before {
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  width: -webkit-fill-available;
  color: white;
  border-radius: 10px 10px 0 0;
  padding: 10px 5px 5px 15px;
  background-color: rgb(38, 38, 134);
}

.example p {
  padding: 15px 15px 15px 15px;
}
