@charset "UTF-8";
.styled-feature-panel {
  overflow: auto;
  padding: 10px;
}
.styled-feature-panel h1 {
  font-size: 1.6em;
}
.styled-feature-panel h2 {
  font-size: 1.4em;
}
.styled-feature-panel h3 {
  font-size: 1.2em;
}
.styled-feature-panel h4 {
  font-size: 1.1em;
}
.styled-feature-panel h5 {
  font-size: 1em;
}
.styled-feature-panel h6 {
  font-size: 1em;
  font-weight: normal;
}
.styled-feature-panel h1, .styled-feature-panel h2, .styled-feature-panel h3, .styled-feature-panel h4, .styled-feature-panel h5 {
  font-weight: bold;
  color: #2a2a2a;
  margin: 10px 0;
}
.styled-feature-panel strong {
  font-weight: bold;
}
.styled-feature-panel em {
  font-style: italic;
}
.styled-feature-panel em strong {
  font-style: italic;
}
.styled-feature-panel del {
  text-decoration: line-through;
}
.styled-feature-panel table {
  border-collapse: collapse;
  width: 100%;
}
.styled-feature-panel table td, .styled-feature-panel table th {
  padding: 3px;
}
.styled-feature-panel table th {
  font-weight: bold;
  background-color: #f5f5ff;
}
.styled-feature-panel table tr:nth-child(even) {
  background-color: #f5f5ff;
}
.styled-feature-panel ul {
  list-style: disc;
  margin-left: 20px;
}
.styled-feature-panel ul li {
  list-style: disc;
}
.styled-feature-panel ol {
  list-style: decimal;
  margin-left: 20px;
}
.styled-feature-panel ol li {
  list-style: decimal;
}
.styled-feature-panel blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 1em 10px;
  quotes: "“" "”" "‘" "’";
}
.styled-feature-panel blockquote :before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.styled-feature-panel blockquote p {
  display: inline;
}
.styled-feature-panel p {
  white-space: pre-wrap;
}
.styled-feature-panel p img {
  max-width: 100%;
  object-fit: contain;
}
.styled-feature-panel p, .styled-feature-panel hr, .styled-feature-panel table, .styled-feature-panel ul, .styled-feature-panel ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styled-feature-panel.large {
  font-size: 1.3em;
}
.styled-feature-panel.large h1 {
  font-size: 2.2em;
}
.styled-feature-panel.large h2 {
  font-size: 2em;
}
.styled-feature-panel.large h3 {
  font-size: 1.8em;
}
.styled-feature-panel.large h4 {
  font-size: 1.6em;
}
.styled-feature-panel.large h5 {
  font-size: 1.4em;
}
.styled-feature-panel.large h6 {
  font-size: 1.4em;
  font-weight: normal;
}
.styled-feature-panel.large h1, .styled-feature-panel.large h2, .styled-feature-panel.large h3, .styled-feature-panel.large h4, .styled-feature-panel.large h5 {
  font-weight: bold;
  color: #2a2a2a;
  margin: 20px 0;
}
.styled-feature-panel.large p, .styled-feature-panel.large hr, .styled-feature-panel.large table, .styled-feature-panel.large ul, .styled-feature-panel.large ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*# sourceMappingURL=DefaultClient.css.map */
