   #ssw-html-editor-block .mce-container,  .mce-container *, .mce-widget, .mce-widget * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: transparent;
    text-decoration: none;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-shadow: none;
    float: none;
    position: static;
    width: auto;
    height: auto;
    white-space: nowrap;
    cursor: inherit;
    -webkit-tap-highlight-color: transparent;
    line-height: normal;
    font-weight: normal;
    text-align: left
  }

   #ssw-html-editor-block .mce-container *[unselectable] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
  }

   #ssw-html-editor-block .mce-container ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px
  }

   #ssw-html-editor-block .mce-container ::-webkit-scrollbar-track, .mce-container ::-webkit-scrollbar-track-piece {
    background-color: transparent
  }

   #ssw-html-editor-block .mce-container ::-webkit-scrollbar-thumb {
    background-color: rgba(53, 57, 71, 0.3);
    width: 6px;
    height: 6px;
    -webkit-border-radius: 4px
  }

   #ssw-html-editor-block .mce-fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
  }

   #ssw-html-editor-block .mce-fade.mce-in {
    opacity: 1
  }

   #ssw-html-editor-block .mce-tinymce {
    visibility: visible !important;
    position: relative
  }

   #ssw-html-editor-block .mce-fullscreen {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #FFF;
    height: 100%;
    z-index: 100
  }

   #ssw-html-editor-block div.mce-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
  }

   #ssw-html-editor-block .mce-tinymce {
    display: block;
    border-radius: 2px
  }

   #ssw-html-editor-block .mce-wordcount {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px
  }

   #ssw-html-editor-block .mce-edit-area {
    background: #FFF;
    filter: none
  }

   #ssw-html-editor-block .mce-statusbar {
    position: relative
  }

   #ssw-html-editor-block .mce-statusbar .mce-container-body {
    position: relative
  }

   #ssw-html-editor-block .mce-fullscreen .mce-resizehandle {
    display: none
  }

   #ssw-html-editor-block  .mce-charmap {
    border-collapse: collapse
  }

   #ssw-html-editor-block  .mce-charmap td {
    cursor: default;
    border: 1px solid #c5c5c5;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 2px
  }

   #ssw-html-editor-block  .mce-charmap td div {
    text-align: center
  }

   #ssw-html-editor-block .mce-charmap td:hover {
    background: #d9d9d9
  }

   #ssw-html-editor-block .mce-grid td div {
    border: 1px solid #808080;
    width: 12px;
    height: 12px;
    margin: 2px;
    cursor: pointer
  }

   #ssw-html-editor-block .mce-grid td div:hover {
    border-color: black
  }

   #ssw-html-editor-block .mce-grid td div:focus {
    border-color: #59a5e1;
    outline: 1px solid rgba(82, 168, 236, 0.8);
    border-color: rgba(82, 168, 236, 0.8)
  }

   #ssw-html-editor-block .mce-grid {
    border-spacing: 2px;
    border-collapse: separate
  }

   #ssw-html-editor-block .mce-grid a {
    display: block;
    border: 1px solid transparent
  }

   #ssw-html-editor-block .mce-grid a:hover {
    border-color: #c5c5c5
  }

   #ssw-html-editor-block .mce-grid-border {
    margin: 0 4px 0 4px
  }

   #ssw-html-editor-block .mce-grid-border a {
    border-color: #e8e8e8;
    width: 13px;
    height: 13px
  }

   #ssw-html-editor-block .mce-grid-border a:hover, .mce-grid-border a.mce-active {
    border-color: #c4daff;
    background: #deeafa
  }

   #ssw-html-editor-block .mce-text-center {
    text-align: center
  }

   #ssw-html-editor-block div.mce-tinymce-inline {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }

   #ssw-html-editor-block .mce-container, .mce-container-body {
    display: block
  }

   #ssw-html-editor-block .mce-autoscroll {
    overflow: hidden
  }

   #ssw-html-editor-block .mce-scrollbar {
    position: absolute;
    width: 7px;
    height: 100%;
    top: 2px;
    right: 2px;
    opacity: .4;
    filter: alpha(opacity=40);
    zoom: 1
  }

   #ssw-html-editor-block .mce-scrollbar-h {
    top: auto;
    right: auto;
    left: 2px;
    bottom: 2px;
    width: 100%;
    height: 7px
  }

   #ssw-html-editor-block .mce-scrollbar-thumb {
    position: absolute;
    background-color: #000;
    border: 1px solid #888;
    border-color: rgba(85, 85, 85, 0.6);
    width: 5px;
    height: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
  }

   #ssw-html-editor-block .mce-scrollbar-h .mce-scrollbar-thumb {
    width: 100%;
    height: 5px
  }

   #ssw-html-editor-block .mce-scrollbar:hover, .mce-scrollbar.mce-active {
    background-color: #AAA;
    opacity: .6;
    filter: alpha(opacity=60);
    zoom: 1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
  }

   #ssw-html-editor-block .mce-scroll {
    position: relative
  }

   #ssw-html-editor-block .mce-panel {
    border: 0 solid #9e9e9e;
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #fdfdfd, #ddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #ddd);
    background-image: -o-linear-gradient(top, #fdfdfd, #ddd);
    background-image: linear-gradient(to bottom, #fdfdfd, #ddd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#ffdddddd', GradientType=0);
    zoom: 1
  }

   #ssw-html-editor-block .mce-floatpanel {
    position: absolute;
    -webkit-box-shadow: #ccc 5px 5px 5px;
    -moz-box-shadow: #ccc 5px 5px 5px;
    box-shadow: #ccc 5px 5px 5px
  }

   #ssw-html-editor-block .mce-floatpanel.mce-fixed {
    position: fixed
  }

   #ssw-html-editor-block .mce-floatpanel .mce-arrow, .mce-floatpanel .mce-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
  }

   #ssw-html-editor-block .mce-floatpanel .mce-arrow {
    border-width: 11px
  }

   #ssw-html-editor-block .mce-floatpanel .mce-arrow:after {
    border-width: 10px;
    content: ""
  }

   #ssw-html-editor-block  .mce-floatpanel.mce-popover {
    top: 0;
    left: 0;
    background: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
  }

   #ssw-html-editor-block .mce-floatpanel.mce-popover.mce-bottom {
    margin-top: 10px
  }

   #ssw-html-editor-block .mce-floatpanel.mce-popover.mce-bottom > .mce-arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
  }

   #ssw-html-editor-block .mce-floatpanel.mce-popover.mce-bottom > .mce-arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
  }

   #ssw-html-editor-block .mce-floatpanel.mce-popover.mce-bottom.mce-start {
    margin-left: -22px
  }

  .mce-floatpanel.mce-popover.mce-bottom.mce-start > .mce-arrow {
    left: 20px
  }

   #ssw-html-editor-block .mce-floatpanel.mce-popover.mce-bottom.mce-end {
    margin-left: 22px
  }

   #ssw-html-editor-block .mce-floatpanel.mce-popover.mce-bottom.mce-end > .mce-arrow {
    right: 10px;
    left: auto
  }

   #ssw-html-editor-block .mce-fullscreen {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #FFF;
    height: 100%
  }

   #ssw-html-editor-block div.mce-fullscreen {
    position: fixed;
    top: 0;
    left: 0
  }

   #ssw-html-editor-block #mce-modal-block {
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
  }

   #ssw-html-editor-block #mce-modal-block.mce-in {
    opacity: .3;
    filter: alpha(opacity=30);
    zoom: 1
  }

   #ssw-html-editor-block .mce-window-move {
    cursor: move
  }

   #ssw-html-editor-block .mce-window {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background: transparent;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in
  }

   #ssw-html-editor-block .mce-window.mce-in {
    opacity: 1
  }

   #ssw-html-editor-block .mce-window-head {
    padding: 9px 15px;
    border-bottom: 1px solid #EEE;
    position: relative
  }

   #ssw-html-editor-block .mce-window-head .mce-close {
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #CCC;
    text-shadow: 0 1px 0 white;
    cursor: pointer;
    height: 20px;
    overflow: hidden
  }

   #ssw-html-editor-block .mce-close:hover {
    color: #AAA
  }

   #ssw-html-editor-block .mce-window-head .mce-title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-rendering: optimizelegibility;
    padding-right: 10px
  }

   #ssw-html-editor-block .mce-window .mce-container-body {
    display: block
  }

   #ssw-html-editor-block .mce-foot {
    display: block;
    background-color: whiteSmoke;
    border-top: 1px solid #DDD;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
  }

   #ssw-html-editor-block .mce-window-head .mce-dragh {
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    width: 90%;
    height: 100%
  }

   #ssw-html-editor-block .mce-window iframe {
    width: 100%;
    height: 100%
  }

   #ssw-html-editor-block .mce-window.mce-fullscreen, .mce-window.mce-fullscreen .mce-foot {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
  }

   #ssw-html-editor-block  .mce-abs-layout {
    position: relative
  }

   #ssw-html-editor-block .mce-abs-layout-item, .mce-abs-end {
    position: absolute
  }

   #ssw-html-editor-block .mce-abs-end {
    width: 1px;
    height: 1px
  }

   #ssw-html-editor-block .mce-container-body.mce-abs-layout {
    overflow: hidden
  }

   #ssw-html-editor-block .mce-tooltip {
    position: absolute;
    padding: 5px;
    opacity: .8;
    filter: alpha(opacity=80);
    zoom: 1
  }

   #ssw-html-editor-block .mce-tooltip-inner {
    font-size: 11px;
    background-color: #000;
    color: #fff;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
    white-space: normal
  }

   #ssw-html-editor-block .mce-tooltip-inner {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
  }

   #ssw-html-editor-block .mce-tooltip-inner {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
  }

   #ssw-html-editor-block .mce-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
  }

   #ssw-html-editor-block .mce-tooltip-arrow-n {
    border-bottom-color: #000
  }

   #ssw-html-editor-block .mce-tooltip-arrow-s {
    border-top-color: #000
  }

   #ssw-html-editor-block .mce-tooltip-arrow-e {
    border-left-color: #000
  }

   #ssw-html-editor-block .mce-tooltip-arrow-w {
    border-right-color: #000
  }

   #ssw-html-editor-block .mce-tooltip-nw, .mce-tooltip-sw {
    margin-left: -14px
  }

   #ssw-html-editor-block .mce-tooltip-n .mce-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent
  }

   #ssw-html-editor-block .mce-tooltip-nw .mce-tooltip-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent
  }

   #ssw-html-editor-block .mce-tooltip-ne .mce-tooltip-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent
  }

   #ssw-html-editor-block .mce-tooltip-s .mce-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent
  }

   #ssw-html-editor-block .mce-tooltip-sw .mce-tooltip-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent
  }

   #ssw-html-editor-block .mce-tooltip-se .mce-tooltip-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent
  }

   #ssw-html-editor-block .mce-tooltip-e .mce-tooltip-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent
  }

   #ssw-html-editor-block .mce-tooltip-w .mce-tooltip-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent
  }

   #ssw-html-editor-block .mce-btn {
    border: 1px solid #c5c5c5;
    position: relative;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #fff, #d9d9d9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d9d9d9));
    background-image: -webkit-linear-gradient(top, #fff, #d9d9d9);
    background-image: -o-linear-gradient(top, #fff, #d9d9d9);
    background-image: linear-gradient(to bottom, #fff, #d9d9d9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd9d9d9', GradientType=0);
    zoom: 1;
    border-color: #d9d9d9 #d9d9d9 #b3b3b3;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
  }

   #ssw-html-editor-block .mce-btn:hover, .mce-btn:focus {
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #e3e3e3;
    background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#ccc));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
    background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
    background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffcccccc', GradientType=0);
    zoom: 1;
    border-color: #ccc #ccc #a6a6a6;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
  }

   #ssw-html-editor-block .mce-btn.mce-disabled, .mce-btn.mce-disabled:hover {
    cursor: default;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    filter: alpha(opacity=65);
    zoom: 1
  }

   #ssw-html-editor-block .mce-btn.mce-active, .mce-btn.mce-active:hover {
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #d6d6d6;
    background-image: -moz-linear-gradient(top, #e6e6e6, #bfbfbf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#bfbfbf));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #bfbfbf);
    background-image: -o-linear-gradient(top, #e6e6e6, #bfbfbf);
    background-image: linear-gradient(to bottom, #e6e6e6, #bfbfbf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffbfbfbf', GradientType=0);
    zoom: 1;
    border-color: #bfbfbf #bfbfbf #999;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
  }

   #ssw-html-editor-block .mce-btn button {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    *line-height: 16px;
    cursor: pointer;
    color: #333;
    text-align: center;
    overflow: visible;
    -webkit-appearance: none
  }

   #ssw-html-editor-block .mce-btn button::-moz-focus-inner {
    border: 0;
    padding: 0
  }

   #ssw-html-editor-block .mce-btn i {
    text-shadow: 1px 1px #fff
  }

   #ssw-html-editor-block .mce-primary {
    min-width: 50px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    zoom: 1;
    border-color: #04c #04c #002b80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
  }

   #ssw-html-editor-block .mce-primary:hover, .mce-primary:focus {
    color: #fff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #005fb3;
    background-image: -moz-linear-gradient(top, #0077b3, #003cb3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0077b3), to(#003cb3));
    background-image: -webkit-linear-gradient(top, #0077b3, #003cb3);
    background-image: -o-linear-gradient(top, #0077b3, #003cb3);
    background-image: linear-gradient(to bottom, #0077b3, #003cb3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0077b3', endColorstr='#ff003cb3', GradientType=0);
    zoom: 1;
    border-color: #003cb3 #003cb3 #026;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
  }

   #ssw-html-editor-block .mce-primary button {
    color: #fff
  }

   #ssw-html-editor-block .mce-btn-large button {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
  }

   #ssw-html-editor-block .mce-btn-large i {
    margin-top: 2px
  }

   #ssw-html-editor-block .mce-btn-small button {
    padding: 3px 5px;
    font-size: 12px;
    line-height: 15px
  }

   #ssw-html-editor-block .mce-btn-small i {
    margin-top: 0
  }

   #ssw-html-editor-block .mce-btn .mce-caret {
    margin-top: 8px;
    *margin-top: 6px;
    margin-left: 0
  }

   #ssw-html-editor-block .mce-btn-small .mce-caret {
    margin-top: 6px;
    *margin-top: 4px;
    margin-left: 0
  }

   #ssw-html-editor-block .mce-caret {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #444;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
  }

   #ssw-html-editor-block .mce-disabled .mce-caret {
    border-top-color: #999
  }

  .mce-caret.mce-up {
    border-bottom: 4px solid #444;
    border-top: 0
  }

   #ssw-html-editor-block .mce-btn-group .mce-btn {
    border-width: 1px 0 1px 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
  }

   #ssw-html-editor-block .mce-btn-group .mce-btn:hover, .mce-btn-group .mce-btn:focus {
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #e3e3e3;
    background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#ccc));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
    background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
    background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffcccccc', GradientType=0);
    zoom: 1;
    border-color: #ccc #ccc #a6a6a6;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
  }

   #ssw-html-editor-block .mce-btn-group .mce-btn.mce-disabled, .mce-btn-group .mce-btn.mce-disabled:hover {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #fff, #d9d9d9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d9d9d9));
    background-image: -webkit-linear-gradient(top, #fff, #d9d9d9);
    background-image: -o-linear-gradient(top, #fff, #d9d9d9);
    background-image: linear-gradient(to bottom, #fff, #d9d9d9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd9d9d9', GradientType=0);
    zoom: 1;
    border-color: #d9d9d9 #d9d9d9 #b3b3b3;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
  }

   #ssw-html-editor-block .mce-btn-group .mce-btn.mce-active, .mce-btn-group .mce-btn.mce-active:hover, .mce-btn-group .mce-btn:active {
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #d6d6d6;
    background-image: -moz-linear-gradient(top, #e6e6e6, #bfbfbf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#bfbfbf));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #bfbfbf);
    background-image: -o-linear-gradient(top, #e6e6e6, #bfbfbf);
    background-image: linear-gradient(to bottom, #e6e6e6, #bfbfbf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffbfbfbf', GradientType=0);
    zoom: 1;
    border-color: #bfbfbf #bfbfbf #999;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
  }

   #ssw-html-editor-block .mce-btn-group .mce-btn.mce-disabled button {
    opacity: .65;
    filter: alpha(opacity=65);
    zoom: 1
  }

   #ssw-html-editor-block .mce-btn-group .mce-first {
    border-left: 1px solid #c5c5c5;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
  }

   #ssw-html-editor-block .mce-btn-group .mce-last {
    border-right: 1px solid #c5c5c5;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
  }

   #ssw-html-editor-block .mce-btn-group .mce-first.mce-last {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
  }

   #ssw-html-editor-block .mce-btn-group .mce-btn.mce-flow-layout-item {
    margin: 0
  }

   #ssw-html-editor-block .mce-checkbox {
    cursor: pointer
  }

   #ssw-html-editor-block i.mce-i-checkbox {
    margin: 0 3px 0 0;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #fdfdfd, #ddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #ddd);
    background-image: -o-linear-gradient(top, #fdfdfd, #ddd);
    background-image: linear-gradient(to bottom, #fdfdfd, #ddd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#ffdddddd', GradientType=0);
    zoom: 1;
    text-indent: -10em;
    *font-size: 0;
    *line-height: 0;
    *text-indent: 0
  }

   #ssw-html-editor-block .mce-checked i.mce-i-checkbox {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    text-indent: 0
  }

   #ssw-html-editor-block .mce-checkbox:focus i.mce-i-checkbox {
    border: 1px solid #59a5e1;
    border: 1px solid rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
  }

   #ssw-html-editor-block .mce-colorbutton .mce-ico {
    position: relative
  }

   #ssw-html-editor-block .mce-colorpicker {
    background: #FFF
  }

   #ssw-html-editor-block .mce-colorbutton-grid {
    margin: 4px
  }

   #ssw-html-editor-block .mce-colorbutton button {
    padding-right: 4px
  }

   #ssw-html-editor-block .mce-colorbutton .mce-preview {
    padding-right: 3px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: 7px;
    background: gray;
    width: 13px;
    height: 2px;
    overflow: hidden
  }

   #ssw-html-editor-block .mce-colorbutton.mce-btn-small .mce-preview {
    margin-left: -17px;
    padding-right: 0;
    width: 16px
  }

   #ssw-html-editor-block .mce-colorbutton .mce-open {
    padding-left: 4px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
  }

   #ssw-html-editor-block .mce-colorbutton:hover .mce-open {
    border-left-color: #c5c5c5;
    border-right-color: #c5c5c5
  }

   #ssw-html-editor-block .mce-combobox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
  }

   #ssw-html-editor-block .mce-combobox input {
    border: 1px solid #c5c5c5;
    border-right-color: rgba(0, 0, 0, 0.15);
    height: 28px
  }

   #ssw-html-editor-block .mce-combobox.mce-has-open input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
  }

   #ssw-html-editor-block .mce-combobox .mce-btn {
    border-left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
  }

   #ssw-html-editor-block .mce-combobox button {
    padding-right: 8px;
    padding-left: 8px
  }

   #ssw-html-editor-block .mce-combobox *:focus {
    border-color: #59a5e1;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
  }

   #ssw-html-editor-block .mce-path {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 8px;
    white-space: normal
  }

   #ssw-html-editor-block .mce-path .mce-txt {
    display: inline-block;
    padding-right: 3px
  }

   #ssw-html-editor-block .mce-path .mce-path-body {
    display: inline-block
  }

   #ssw-html-editor-block .mce-path-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    color: #000
  }

   #ssw-html-editor-block .mce-path-item:hover {
    text-decoration: underline
  }

   #ssw-html-editor-block .mce-path-item:focus {
    background: gray;
    color: white
  }

   #ssw-html-editor-block .mce-path .mce-divider {
    display: inline
  }

   #ssw-html-editor-block .mce-fieldset {
    border: 0 solid #9e9e9e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
  }

   #ssw-html-editor-block .mce-fieldset > .mce-container-body {
    margin-top: -15px
  }

   #ssw-html-editor-block .mce-fieldset-title {
    margin-left: 5px;
    padding: 0 5px 0 5px
  }

   #ssw-html-editor-block .mce-fit-layout {
    display: inline-block;
    *display: inline;
    *zoom: 1
  }

   #ssw-html-editor-block .mce-fit-layout-item {
    position: absolute
  }

   #ssw-html-editor-block .mce-flow-layout-item {
    display: inline-block;
    *display: inline;
    *zoom: 1
  }

   #ssw-html-editor-block .mce-flow-layout-item {
    margin: 2px 0 2px 2px
  }

   #ssw-html-editor-block .mce-flow-layout-item.mce-last {
    margin-right: 2px
  }

   #ssw-html-editor-block .mce-flow-layout {
    white-space: normal
  }

   #ssw-html-editor-block .mce-tinymce-inline .mce-flow-layout {
    white-space: nowrap
  }

   #ssw-html-editor-block .mce-iframe {
    border: 0 solid #c5c5c5;
    width: 100%;
    height: 100%
  }

   #ssw-html-editor-block .mce-label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border: 0 solid #c5c5c5;
    overflow: hidden
  }

   #ssw-html-editor-block .mce-label.mce-autoscroll {
    overflow: auto
  }

   #ssw-html-editor-block .mce-label-disabled .mce-text {
    color: #999
  }

   #ssw-html-editor-block .mce-label.mce-multiline {
    white-space: pre-wrap
  }

   #ssw-html-editor-block .mce-menubar .mce-menubtn {
    border-color: transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: none
  }

   #ssw-html-editor-block .mce-menubar {
    border: 1px solid #ddd
  }

   #ssw-html-editor-block .mce-menubar .mce-menubtn button {
    color: #000
  }

   #ssw-html-editor-block .mce-menubar .mce-menubtn:hover, .mce-menubar .mce-menubtn.mce-active, .mce-menubar .mce-menubtn:focus {
    border-color: transparent;
    background: #ddd;
    filter: none
  }

   #ssw-html-editor-block .mce-menubtn.mce-disabled span {
    color: #999
  }

   #ssw-html-editor-block .mce-menubtn span {
    margin-right: 2px;
    line-height: 20px;
    *line-height: 16px
  }

   #ssw-html-editor-block .mce-menubtn.mce-btn-small span {
    font-size: 12px;
    line-height: 15px;
    *line-height: 16px
  }

   #ssw-html-editor-block .mce-menubtn.mce-fixed-width span {
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: 90px
  }

   #ssw-html-editor-block .mce-menubtn.mce-fixed-width.mce-btn-small span {
    width: 70px
  }

   #ssw-html-editor-block .mce-listbox button {
    text-align: left;
    padding-right: 20px;
    position: relative
  }

   #ssw-html-editor-block .mce-listbox .mce-caret {
    position: absolute;
    margin-top: -2px;
    right: 8px;
    top: 50%
  }

   #ssw-html-editor-block .mce-menu-item {
    display: block;
    padding: 6px 15px 6px 12px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    line-height: normal;
    border-left: 4px solid transparent;
    margin-bottom: 1px
  }

   #ssw-html-editor-block .mce-menu-item.mce-disabled .mce-text {
    color: #999
  }

   #ssw-html-editor-block .mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus {
    text-decoration: none;
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    zoom: 1
  }

   #ssw-html-editor-block .mce-menu-item:hover .mce-text, .mce-menu-item.mce-selected .mce-text {
    color: #fff
  }

   #ssw-html-editor-block .mce-menu-item:hover .mce-ico, .mce-menu-item.mce-selected .mce-ico, .mce-menu-item:focus .mce-ico {
    color: white
  }

   #ssw-html-editor-block .mce-menu-item.mce-disabled:hover {
    background: #CCC
  }

   #ssw-html-editor-block .mce-menu-shortcut {
    display: inline-block;
    color: #999
  }

   #ssw-html-editor-block .mce-menu-shortcut {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 15px 0 20px
  }

   #ssw-html-editor-block .mce-menu-item .mce-caret {
    margin-top: 4px;
    *margin-top: 3px;
    margin-right: 6px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #666
  }

   #ssw-html-editor-block .mce-menu-item.mce-selected .mce-caret, .mce-menu-item:focus .mce-caret {
    border-left-color: #FFF
  }

   #ssw-html-editor-block .mce-menu-align .mce-menu-shortcut {
    *margin-top: -2px
  }

   #ssw-html-editor-block .mce-menu-align .mce-menu-shortcut, .mce-menu-align .mce-caret {
    position: absolute;
    right: 0
  }

   #ssw-html-editor-block .mce-menu-item-sep, .mce-menu-item-sep:hover {
    padding: 0;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background: #e5e5e5;
    border-bottom: 1px solid white;
    cursor: default;
    filter: none
  }

   #ssw-html-editor-block .mce-menu-item.mce-active i {
    visibility: visible
  }

   #ssw-html-editor-block .mce-menu-item.mce-active {
    background-color: #c8def4;
    outline: 1px solid #c5c5c5
  }

   #ssw-html-editor-block .mce-menu-item-preview.mce-active {
    border-left: 5px solid #aaa;
    background-color: transparent;
    outline: 0
  }

   #ssw-html-editor-block .mce-menu-item-checkbox.mce-active {
    background-color: #FFF;
    outline: 0
  }

   #ssw-html-editor-block .mce-menu {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background: transparent;
    z-index: 1000;
    padding: 5px 0 5px 0;
    margin: 2px 0 0;
    min-width: 160px;
    background: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 1002;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden
  }

   #ssw-html-editor-block .mce-menu i {
    display: none
  }

   #ssw-html-editor-block .mce-menu-has-icons i {
    display: inline-block;
    *display: inline;
    *zoom: 1
  }

   #ssw-html-editor-block .mce-menu-sub-tr-tl {
    margin: -6px 0 0 -1px
  }

   #ssw-html-editor-block .mce-menu-sub-br-bl {
    margin: 6px 0 0 -1px
  }

   #ssw-html-editor-block .mce-menu-sub-tl-tr {
    margin: -6px 0 0 1px
  }

   #ssw-html-editor-block .mce-menu-sub-bl-br {
    margin: 6px 0 0 1px
  }

   #ssw-html-editor-block i.mce-radio {
    padding: 1px;
    margin: 0 3px 0 0;
    background-color: #fafafa;
    border: 1px solid #cacece;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #fdfdfd, #ddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #ddd);
    background-image: -o-linear-gradient(top, #fdfdfd, #ddd);
    background-image: linear-gradient(to bottom, #fdfdfd, #ddd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#ffdddddd', GradientType=0);
    zoom: 1
  }

   #ssw-html-editor-block i.mce-radio:after {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    content: '\25cf'
  }

   #ssw-html-editor-block .mce-container-body .mce-resizehandle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    visibility: visible;
    cursor: s-resize;
    margin: 0
  }

   #ssw-html-editor-block .mce-container-body .mce-resizehandle-both {
    cursor: se-resize
  }

   #ssw-html-editor-block i.mce-i-resize {
    color: #000
  }

   #ssw-html-editor-block .mce-spacer {
    visibility: hidden
  }

   #ssw-html-editor-block .mce-splitbtn .mce-open {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
  }

   #ssw-html-editor-block .mce-splitbtn:hover .mce-open {
    border-left-color: #c5c5c5;
    border-right-color: #c5c5c5
  }

   #ssw-html-editor-block .mce-splitbtn button {
    padding-right: 4px
  }

   #ssw-html-editor-block .mce-splitbtn .mce-open {
    padding-left: 4px
  }

   #ssw-html-editor-block .mce-splitbtn .mce-open.mce-active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
  }

   #ssw-html-editor-block .mce-stack-layout-item {
    display: block
  }

   #ssw-html-editor-block .mce-tabs {
    display: block;
    border-bottom: 1px solid #ccc
  }

   #ssw-html-editor-block .mce-tab {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    background: #e3e3e3;
    padding: 8px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    height: 13px;
    cursor: pointer
  }

   #ssw-html-editor-block .mce-tab:hover {
    background: #fdfdfd
  }

   #ssw-html-editor-block .mce-tab.mce-active {
    background: #fdfdfd;
    border-bottom-color: transparent;
    margin-bottom: -1px;
    height: 14px
  }

   #ssw-html-editor-block .mce-textbox {
    background: #FFF;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    height: 28px;
    resize: none;
    padding: 0 4px 0 4px;
    white-space: pre-wrap;
    *white-space: pre;
    color: #000
  }

   #ssw-html-editor-block .mce-textbox:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
  }

   #ssw-html-editor-block .mce-placeholder .mce-textbox {
    color: #aaa
  }

   #ssw-html-editor-block .mce-textbox.mce-multiline {
    padding: 4px
  }

   #ssw-html-editor-block .mce-throbber {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    filter: alpha(opacity=60);
    zoom: 1;
    background: #fff url('img/loader.gif') no-repeat center center
  }

  @font-face {
    font-family: 'tinymce';
    src: url('fonts/icomoon.eot');
    src: url('icomoon.eot?#iefix') format('embedded-opentype'), url('icomoon.svg#icomoon') format('svg'), url('icomoon.woff') format('woff'), url('icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
  }

  @font-face {
    font-family: 'tinymce-small';
    src: url('icomoon-small.eot');
    src: url('icomoon-small.eot?#iefix') format('embedded-opentype'), url('icomoon-small.svg#icomoon') format('svg'), url('icomoon-small.woff') format('woff'), url('icomoon-small.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
  }

   #ssw-html-editor-block .mce-ico {
    font-family: 'tinymce', Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    background: transparent center center;
    width: 16px;
    height: 16px;
    color: #333
  }

   #ssw-html-editor-block .mce-btn-small .mce-ico {
    font-family: 'tinymce-small', Arial
  }

   #ssw-html-editor-block .mce-i-save:before {
    content: "\e000"
  }

   #ssw-html-editor-block .mce-i-newdocument:before {
    content: "\e001"
  }

   #ssw-html-editor-block .mce-i-fullpage:before {
    content: "\e002"
  }

   #ssw-html-editor-block .mce-i-alignleft:before {
    content: "\e003"
  }

   #ssw-html-editor-block .mce-i-aligncenter:before {
    content: "\e004"
  }

   #ssw-html-editor-block .mce-i-alignright:before {
    content: "\e005"
  }

   #ssw-html-editor-block .mce-i-alignjustify:before {
    content: "\e006"
  }

   #ssw-html-editor-block .mce-i-cut:before {
    content: "\e007"
  }

   #ssw-html-editor-block .mce-i-paste:before {
    content: "\e008"
  }

   #ssw-html-editor-block .mce-i-searchreplace:before {
    content: "\e009"
  }

   #ssw-html-editor-block .mce-i-bullist:before {
    content: "\e00a"
  }

   #ssw-html-editor-block .mce-i-numlist:before {
    content: "\e00b"
  }

   #ssw-html-editor-block .mce-i-indent:before {
    content: "\e00c"
  }

   #ssw-html-editor-block .mce-i-outdent:before {
    content: "\e00d"
  }

   #ssw-html-editor-block .mce-i-blockquote:before {
    content: "\e00e"
  }

   #ssw-html-editor-block .mce-i-undo:before {
    content: "\e00f"
  }

   #ssw-html-editor-block .mce-i-redo:before {
    content: "\e010"
  }

   #ssw-html-editor-block .mce-i-link:before {
    content: "\e011"
  }

   #ssw-html-editor-block .mce-i-unlink:before {
    content: "\e012"
  }

   #ssw-html-editor-block .mce-i-anchor:before {
    content: "\e013"
  }

   #ssw-html-editor-block .mce-i-image:before {
    content: "\e014"
  }

   #ssw-html-editor-block .mce-i-media:before {
    content: "\e015"
  }

   #ssw-html-editor-block .mce-i-help:before {
    content: "\e016"
  }

   #ssw-html-editor-block .mce-i-code:before {
    content: "\e017"
  }

   #ssw-html-editor-block .mce-i-inserttime:before {
    content: "\e018"
  }

   #ssw-html-editor-block .mce-i-preview:before {
    content: "\e019"
  }

   #ssw-html-editor-block .mce-i-forecolor:before {
    content: "\e01a"
  }

   #ssw-html-editor-block .mce-i-backcolor:before {
    content: "\e01a"
  }

   #ssw-html-editor-block .mce-i-table:before {
    content: "\e01b"
  }

   #ssw-html-editor-block .mce-i-hr:before {
    content: "\e01c"
  }

   #ssw-html-editor-block .mce-i-removeformat:before {
    content: "\e01d"
  }

   #ssw-html-editor-block .mce-i-subscript:before {
    content: "\e01e"
  }

   #ssw-html-editor-block .mce-i-superscript:before {
    content: "\e01f"
  }

   #ssw-html-editor-block .mce-i-charmap:before {
    content: "\e020"
  }

   #ssw-html-editor-block .mce-i-emoticons:before {
    content: "\e021"
  }

   #ssw-html-editor-block .mce-i-print:before {
    content: "\e022"
  }

   #ssw-html-editor-block .mce-i-fullscreen:before {
    content: "\e023"
  }

   #ssw-html-editor-block .mce-i-spellchecker:before {
    content: "\e024"
  }

   #ssw-html-editor-block .mce-i-nonbreaking:before {
    content: "\e025"
  }

   #ssw-html-editor-block .mce-i-template:before {
    content: "\e026"
  }

   #ssw-html-editor-block .mce-i-pagebreak:before {
    content: "\e027"
  }

   #ssw-html-editor-block .mce-i-restoredraft:before {
    content: "\e028"
  }

   #ssw-html-editor-block .mce-i-untitled:before {
    content: "\e029"
  }

   #ssw-html-editor-block .mce-i-bold:before {
    content: "\e02a"
  }

   #ssw-html-editor-block .mce-i-italic:before {
    content: "\e02b"
  }

   #ssw-html-editor-block .mce-i-underline:before {
    content: "\e02c"
  }

   #ssw-html-editor-block .mce-i-strikethrough:before {
    content: "\e02d"
  }

   #ssw-html-editor-block .mce-i-visualchars:before {
    content: "\e02e"
  }

   #ssw-html-editor-block .mce-i-visualblocks:before {
    content: "\e02e"
  }

   #ssw-html-editor-block .mce-i-ltr:before {
    content: "\e02f"
  }

   #ssw-html-editor-block .mce-i-rtl:before {
    content: "\e030"
  }

   #ssw-html-editor-block .mce-i-copy:before {
    content: "\e031"
  }

   #ssw-html-editor-block .mce-i-resize:before {
    content: "\e032"
  }

   #ssw-html-editor-block .mce-i-browse:before {
    content: "\e034"
  }

   #ssw-html-editor-block .mce-i-pastetext:before {
    content: "\e035"
  }

   #ssw-html-editor-block .mce-i-checkbox:before, .mce-i-selected:before {
    content: "\e033"
  }

   #ssw-html-editor-block .mce-i-selected {
    visibility: hidden
  }

   #ssw-html-editor-block i.mce-i-backcolor {
    text-shadow: none;
    background: #BBB
  }