p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}
p.flushright {
  text-align: right;
}
blockquote > p:last-child {
  text-align: right;
}
blockquote > p:first-child {
  text-align: inherit;
}
.math.inline {
  font-size: medium;
}
.myexample {
  padding: 1em;
  background: YellowGreen;
  color: black;
  border: 2px solid black
  border-radius: 10px;
}
.note {
  padding: 1em;
  background: DarkOrange;
  color: black;
  border: 2px dashed black
  border-radius: 10px;
}
.box {
  padding: 1em;
  background: AliceBlue;
  color: black;
  border: 2px solid black
  border-radius: 10px;
}
.center {
  text-align: center;
}
