/**
 * webEdition CMS
 *
 * $Rev: 15093 $
 * $Author: mokraemer $
 * $Date: 2018-03-21 12:07:05 +0100 (Wed, 21 Mar 2018) $
 *
 * This source is part of webEdition CMS. webEdition CMS is
 * free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile
 * webEdition/licenses/webEditionCMS/License.txt
 *
 * @license	http://www.gnu.org/copyleft/gpl.html  GPL
 */
table.mceToolbar {
  float: left; }

td.mceToolbar {
  padding-right: 3px; }

.tbButtonWysiwygBorder {
  border: 1px solid #006db8;
  margin: 0;
  padding: 4px;
  text-align: left;
  text-decoration: none;
  position: relative;
  overflow: auto;
  height: auto;
  width: 50px;
  background-color: #f5f5f5; }

.wysiwygPreview {
  background-color: transparent;
  width: auto; }

.mce-ico.mce-i-fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
