.wys-html-editor-element {
  background-color: #eee;
  min-height: 200px;
  margin: 5px;
  padding: 15px; }

.wys-html-editor-toolbar {
  position: absolute;
  min-width: 40px;
  min-height: 20px;
  display: none; }
  .wys-html-editor-toolbar::after {
    border-color: #333 transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    bottom: -8px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -8px;
    position: absolute; }
  .wys-html-editor-toolbar.below::after {
    bottom: auto;
    top: -8px;
    border-width: 0 8px 8px; }
  .wys-html-editor-toolbar ul {
    border-radius: 10px;
    box-shadow: 0 2px 4px #aaaaaa;
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0; }
    .wys-html-editor-toolbar ul li {
      float: left; }
      .wys-html-editor-toolbar ul li button {
        height: 40px;
        width: 40px;
        border: 1px solid #999;
        border-width: 0 1px 0 0;
        background-color: #333;
        color: #eee; }
        .wys-html-editor-toolbar ul li button:active, .wys-html-editor-toolbar ul li button:focus {
          background-color: #555; }
        .wys-html-editor-toolbar ul li button.active {
          background-color: #444777; }
        .wys-html-editor-toolbar ul li button.special {
          display: none; }
        .wys-html-editor-toolbar ul li button.special.show {
          display: block; }
      .wys-html-editor-toolbar ul li:last-child button {
        border-width: 0; }

/*# sourceMappingURL=main.css.map */
