figure[data-ke-type='image'][data-ke-style='alignCenter'] {
  margin: 20px auto 0;
  text-align: center;
}
figure[data-ke-type='image'] img:not([width]) {
  width: 100%;
}
figure[data-ke-type='image'] {
  display: table;
  clear: both;
  position: relative;
  caret-color: transparent;
}
figure[data-ke-type='image'] img {
  transition-duration: 0.5s;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}
figure[data-ke-type='image'] figcaption {
  caret-color: auto;
  caption-side: bottom;
  display: table-caption;
  text-align: center;
}
figure[data-ke-type] figcaption {
  word-break: break-word;
  padding-top: 10px;
  min-height: 20px;
  white-space: break-spaces;
}
figure[data-ke-type='imageGrid'] {
  position: relative;
  caret-color: transparent;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  height: auto;
}
figure[data-ke-type] {
  cursor: default;
}

.content blockquote {
  display: block;
  padding: 3px 20px 6px 14px;
  margin: 20px auto 0;
  border-left: 8px solid #eee;
}
.content blockquote,
.content blockquote p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  letter-spacing: 0px;
}
blockquote[data-ke-style='style2'] {
  border-color: #d0d0d0;
  border-width: 0 0 0 4px;
  border-style: solid;
  padding: 1px 0 0 12px;
  color: #666;
  line-height: 1.75;
  font-size: 11pt;
  text-align: left;
}
blockquote[data-ke-style='style3'] {
  border: 1px solid #dddddd;
  background-color: #fcfcfc;
  text-align: left;
  padding: 21px 25px 20px 25px;
  color: #666;
  line-height: 1.75;
}

table {
  margin-bottom: 20px;
  border-color: #ddd;
}

.content {
  margin: 0;
  padding: 20px 20px 50px;
  word-wrap: break-word;
  color: #333;
  font-size: 14px;
  min-height: 370px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.content img {
  max-width: 100%;
  height: auto;
}

.content h1 {
  font-size: 34px;
}
.content h2 {
  font-size: 30px;
}
.content h3 {
  font-size: 26px;
}
.content h4 {
  font-size: 22px;
  margin-bottom: 0;
}
.content h5 {
  font-size: 20px;
}
.content h6 {
  font-size: 18px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
  font-weight: normal;
}

.content h1,
.content h2,
.content h3 {
  line-height: 1.5;
}

.content h4,
.content h5,
.content h6 {
  line-height: 1.6;
}

.content ul,
.content ol{
  padding-left:40px;
}

.content ul{
  list-style-type:disc;
}
.content ol{
  list-style-type:decimal;
}

