.re-editor-panel {
  background-color: #ccc;
  border-bottom: 1px solid rgba(17, 17, 17, .05);
  padding: 0;
  margin: 0;
  overflow: hidden
}

.re-editor-panel span.is-re-editor-panel-active, .re-editor-panel span:hover {
  background-color: rgba(17, 17, 17, .04)
}

.re-editor-panel span {
  display: inline-flex;
  line-height: 40px;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.re-editor-panel span svg {
  fill: rgba(17, 17, 17, .65);
  width: 20px;
  height: 20px
}

.re-editor-panel span.is-re-editor-panel-active svg, .re-editor-panel span:hover svg {
  fill: #158df7
}

.re-editor-panel span.is-re-editor-panel-disable, .re-editor-panel span.is-re-editor-panel-disable:hover {
  cursor: default;
  background-color: #ccc
}

.re-editor-panel span.is-re-editor-panel-disable svg, .re-editor-panel span.is-re-editor-panel-disable:hover svg {
  fill: rgba(17, 17, 17, .3)
}

.re-editor-panel-left {
  float: left
}

.re-editor-panel-right {
  float: right
}

.re-editor-textarea, .re-editor-textarea:focus, .re-editor-textarea:hover {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: 0;
  padding: 10px 18px 20px;
  line-height: 1.5;
  resize: vertical;
  white-space: pre
}

.re-editor {
  background-color: #eee;
  border-radius: 2px;
  border: 1px solid #e2e2e2
}
