.tinyeditor {
  padding: 7px 0px 7px 7px;
  font: 12px Verdana, Arial;
}

.tinyeditor textarea {
  white-space: nowrap;
  overflow: auto;
  font-family: 'Courier New';
  font-size: 11px !important;
  tab-size: 2;
}

.tinyeditor iframe {
  border: none;
  background: white;
  overflow-x: hidden;
}

.tinyeditor .sizer {
  position: relative;
  min-height: 200px;
}

.tinyeditor .resizer {
  background: url("images/resize.gif") 15px 15px no-repeat;
  height: 32px;
  width: 32px;
  cursor: ns-resize;
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.tinyeditor .tinyeditor-header {
  height: auto;
  border-bottom: 1px solid #bbb;
  padding-top: 1px;
  /*margin-top:5px */
}

.tinyeditor .tinyeditor-header select {
  float: left;
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  height: 30px;
  line-height: 30px;
}

.tinyeditor .tinyeditor-footer {
  height: 32px;
  border-top: 1px solid #bbb;
  background: #f5f5f5;
}

.tinyeditor .tinyeditor-footer .toggle {
  background: url("images/icons.png") -34px 2px no-repeat;
  padding: 9px 13px 0 31px;
  height: 23px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  color: #666;
}

.tinyeditor .tinyeditor-footer .toggle:hover {
  background-color: #fff;
}

.tinyeditor .resize {
  float: right;
  height: 32px;
  width: 32px;
  background: url("images/resize.gif") 15px 15px no-repeat;
  cursor: s-resize;
}

.tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-colors-grid {
  position: absolute;
  left: auto;
  right: 0px;
  top: 30px;
  background-color: white;
  width: 192px;
  border: black solid 2px;
  padding: 0;
  margin: 0;
  z-index: 100;
}

.tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-colors-grid>li {
  list-style: none;
  border: white solid 2px;
  float: left;
  width: 20px;
  height: 20px;
}

.tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-colors-grid>li:hover {
  opacity: 0.7;
}

.tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-symbols-grid {
  position: absolute;
  left: auto;
  right: 0px;
  background-color: white;
  width: 384px;
  border: black solid 2px;
  padding: 0;
  margin: 0;
  z-index: 100;
}

.tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-symbols-grid>li {
  list-style: none;
  border: #e7e7e7 solid 1px;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 1.3em;
}

.tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-symbols-grid>li:hover {
  opacity: 0.7;
  font-size: 1.7em;
}

.tinyeditor-buttons-group {
  /*margin-left:12px */
}

.tinyeditor-buttons-group .tinyeditor-size {
  margin: 0 3px;
}

.tinyeditor-buttons-group .tinyeditor-style {
  margin-right: 12px;
}

.tinyeditor-buttons-group .tinyeditor-divider {
  float: left;
  width: 1px;
  height: 30px;
  background: #ccc;
}

.tinyeditor-control {
  float: left;
  width: 32px;
  height: 30px;
  cursor: pointer;
  background-image: url("images/icons.png");
  background-position-x: 0px;
  border-radius: 4px;
}

.tinyeditor-control:hover {
  background-color: #fff;
  background-position-x: 34px;
}

.tinyeditor-control.pressed {
  background-color: #aaa;
}

.tinyeditor-control-fa {
  background-image: none;
  position: relative;
}

.tinyeditor-control-fa i {
  font-size: 13px;
  margin: 8px 5px 0 10px;
  color: rgba(0, 0, 0, 0.67);
  position: absolute;
}

.tinyeditor-control-fa div.hr {
  border: 1px solid var(--color-text-light);
  margin: 15px 10px;
  float: left;
  height: 31px;
}

.tinyeditor-control-fa div.hr:after {
  clear: left;
}

.dsUserEmail .tinyeditor-control-fa i,
.dsUserEmail .tinyeditor > .tinyeditor-tokens > .tokens > label > .formcontrol {
  color: #444;
}

@media only screen and (max-width: 500px) {

  wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-font,
  wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-size,
  wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-style {
    width: 80px;
  }
}

@media only screen and (max-width: 768px) {

  wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-font,
  wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-size,
  wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-style {
    width: 80px;
  }
}

foo+bar {
  color: red;
}

body {
  background: white;
}

body {
  background: white;
}