.editor,
.mce-content-body {
  color: black;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  text-align: justify;
  word-wrap: break-word;
}
.editor *,
.mce-content-body * {
  color: black;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  text-align: justify;
}
.editor ul li,
.mce-content-body ul li {
  list-style: disc;
}
.editor a,
.mce-content-body a {
  font-size: inherit;
}
.editor a:hover,
.mce-content-body a:hover {
  color: #70458C;
  text-decoration: underline;
}
.editor .animationbtn,
.mce-content-body .animationbtn {
  border-radius: 8px;
  text-align: center;
}
.editor .animationbtn.toplineBlock,
.mce-content-body .animationbtn.toplineBlock {
  padding: 8px 1.75em;
}
.editor img,
.mce-content-body img {
  max-width: 100%;
  height: auto;
}
