<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nested-content-wrapper {
  clear: both;
  margin-bottom: 1em;
  overflow: hidden;
}
.nested-content-wrapper .nested-content {
  margin-bottom: 1em;
  text-align: center;
}
.nested-content-wrapper .nested-content img {
  display: block;
  margin: 0 auto 1em 0;
}
.nested-content-wrapper .nested-content a {
  text-decoration: none;
}
.nested-content-wrapper .nested-content a:hover {
  text-decoration: underline;
}
.nested-content-wrapper .caption {
  text-align: center;
}
.nested-content-wrapper blockquote {
  quotes: '\201C' '\201D';
  margin-top: 0.5em;
  padding: 0.5em;
}
.nested-content-wrapper blockquote p {
  margin: 0;
  text-align: left;
}
.nested-content-wrapper blockquote .quote-name {
  font-size: 0.8em;
  display: block;
  text-align: right;
}
.nested-content-wrapper blockquote p:before,
.nested-content-wrapper blockquote p:after {
  font-size: 2rem;
  font-family: serif;
  vertical-align: middle;
  font-weight: bold;
}
.nested-content-wrapper blockquote p:before {
  content: open-quote;
  margin-left: -0.5em;
}
.nested-content-wrapper blockquote p:after {
  content: close-quote;
}
.nested-content-wrapper blockquote.small {
  max-width: 200px;
}
.nested-content-wrapper blockquote.medium {
  max-width: 300px;
}
.nested-content-wrapper blockquote.large {
  max-width: 450px;
}
.nested-content-wrapper.bordered-content .nested-content {
  border: 1px solid #ccc;
  padding: 0.5em;
}
.nested-content-wrapper.bordered-content .nested-content img {
  margin-bottom: 0;
}
.nested-content-left .nested-content {
  float: left;
  margin-right: 2em;
}
.nested-content-right .nested-content {
  float: right;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .nested-content {
    display: inline-block;
    float: none !important;
  }
}
</pre></body></html>