<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * froala_editor v2.0.0 (https://www.froala.com/wysiwyg-editor/v2.0)
 * License http://editor.froala.com/license
 * Copyright 2014-2015 Froala Labs
 */
.fr-box .fr-counter {
  position: absolute;
  bottom: 5px;
  right: 7px;
  color: #cccccc;
  content: attr(data-chars);
  font-size: 15px;
  font-family: "Times New Roman", Georgia, Serif;
  z-index: 1;
}
.fr-box.fr-rtl .fr-counter {
  left: 7px;
  right: auto;
}
.fr-box.fr-code-view .fr-counter {
  display: none;
}
</pre></body></html>