/* LESS: /framework/webui/framework/js/widget/RichTextEditor-content.less */
body {
  margin: 0px;
  padding: 1.5em;
  font-family: Arial, Helvertica, sans-serif;
  font-size: 0.9em;
  overflow-y: hidden;
}
body > *:first-child,
body > *:first-child > *:first-child,
body > *:first-child > *:first-child > *:first-child,
body > *:first-child > *:first-child > *:first-child > *:first-child,
body > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child,
body > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child {
  margin-top: 0px;
}
button.CMSMedia {
  position: relative;
  border: none !important;
  outline: none;
}
button.CMSMedia:after {
  display: block;
  content: "";
  font-size: 15pt;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  vertical-align: center;
}
button.CMSMediaYoutube:after {
  content: "Youtube Video";
}
img {
  max-width: 100%;
  height: auto;
}
.screenshot {
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: 3px 3px 10px #888888;
}
.screenshot.emphasized {
  margin: 10px auto 30px auto;
  display: block;
}
/*# sourceMappingURL=RichTextEditor-content.css.map */


