.w-e-toolbar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-lines: multiple;
}
.w-e-toolbar .w-e-menu:hover {
  z-index: 101 !important;
}
.w-e-text-container a, .w-e-menu a {
  color: #333;
  text-decoration: none;
}
.w-e-menu span {
  font-size: 14px;
  color: #999;
}
.fullscreen-editor {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  top: 0px !important;
  background-color: white;
  z-index: 9999;
}
.fullscreen-editor .w-e-text-container {
  width: 100% !important;
  height: 95% !important;
}
