.wysiwyg-font-size-smaller {
  font-size: smaller;
}

.wysiwyg-font-size-larger {
  font-size: larger;
}

.wysiwyg-font-size-xx-large {
  font-size: xx-large;
}

.wysiwyg-font-size-x-large {
  font-size: x-large;
}

.wysiwyg-font-size-large {
  font-size: large;
}

.wysiwyg-font-size-medium {
  font-size: medium;
}

.wysiwyg-font-size-small {
  font-size: small;
}

.wysiwyg-font-size-x-small {
  font-size: x-small;
}

.wysiwyg-font-size-xx-small {
  font-size: xx-small;
}

.wysiwyg-color-black {
  color: black;
}

.wysiwyg-color-silver {
  color: silver;
}

.wysiwyg-color-gray {
  color: gray;
}

.wysiwyg-color-white {
  color: white;
}

.wysiwyg-color-maroon {
  color: maroon;
}

.wysiwyg-color-red {
  color: red;
}

.wysiwyg-color-purple {
  color: purple;
}

.wysiwyg-color-fuchsia {
  color: fuchsia;
}

.wysiwyg-color-green {
  color: green;
}

.wysiwyg-color-lime {
  color: lime;
}

.wysiwyg-color-olive {
  color: olive;
}

.wysiwyg-color-yellow {
  color: yellow;
}

.wysiwyg-color-navy {
  color: navy;
}

.wysiwyg-color-blue {
  color: blue;
}

.wysiwyg-color-teal {
  color: teal;
}

.wysiwyg-color-aqua {
  color: aqua;
}

.wysiwyg-text-align-right {
  text-align: right;
}

.wysiwyg-text-align-center {
  text-align: center;
}

.wysiwyg-text-align-left {
  text-align: left;
}

.wysiwyg-text-align-justify {
  text-align: justify;
}

.wysiwyg-float-left {
  float: left;
  margin: 0 8px 8px 0;
}

.wysiwyg-float-right {
  float: right;
  margin: 0 0 8px 8px;
}

.wysiwyg-img-center-size600 {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  display: block;
}

.wysiwyg-img-center-size400 {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  display: block;
}


.wysiwyg-clear-right {
  clear: right;
}

.wysiwyg-clear-left {
  clear: left;
}

h2 {
  margin-bottom: 0;
}

small {
  display: block;
  margin-top: 40px;
  font-size: 9px;
}

small,
small a {
  color: #666;
}

a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

#toolbar [data-wysihtml5-action] {
  float: right;
}

#toolbar,
textarea {
  width: 885px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 500px;
}

.wysihtml5-command-active {
  font-weight: bold;
}

[data-wysihtml5-dialog] {
  margin: 5px 0 0;
  padding: 5px;
  border: 1px solid #666;
}

a[data-wysihtml5-command-value="red"] {
  color: red;
}

a[data-wysihtml5-command-value="green"] {
  color: green;
}

a[data-wysihtml5-command-value="blue"] {
  color: blue;
}

code {
  background: #ddd;
  padding: 10px;
  white-space: pre;
  display: block;
  margin: 1em 0;
}

.toolbar {
  display: block;
  border-radius: 3px;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
.toolbar a {
  display: inline-block;
  height: 1.7em;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.7em;
  text-decoration: none;
  background: #e1e1e1;
  border: 1px solid #ddd;
  padding: 0 0.5em;
  margin: 1px 0;
}
.toolbar a.active  {
  background: #222;
  color: white;
}
.toolbar .block {
  padding: 2px 3px;
  display: inline-block;
  background: #eee;
  border-radius: 3px;
  margin: 2px 2px 2px 0;
}

.wysihtml5-editor table td, .wysihtml5-editor table th {
  outline: 1px dotted #ddd;
}
.wysihtml5-editor table .wysiwyg-tmp-selected-cell {
  outline: 1px solid green;
}

.toolbar .color-btn, .toolbar .bg-color-btn {
  height: 1.7em;
  width: 1.7em;
  text-align: center;
  border: 2px solid #ddd;
  padding:0;
  margin:0;
  color: white;
}

.toolbar .color-btn.active, .toolbar .bg-color-btn.active  {
  border: 2px solid #333;
}
