.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.wysihtml5-toolbar::after {
  clear: both;
  display: table;
  content: "";
}

.wysihtml5-toolbar > a {
  float: left;
  display: list-item;
  list-style: none;
  margin: 0 5px 10px 0;
}

.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  font-weight: bold;
}

.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  font-style: italic;
}

.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  text-decoration: underline;
}

.wysihtml5-toolbar a[data-wysihtml5-command=important] {
  color: red;
}

.wysihtml5-toolbar a[data-wysihtml5-command=notice] {
  font-size: 0.8em;
}

.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background-image: none;
  -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);
  background-color: #D9D9D9;
  outline: 0;
}

.wysihtml5-modal {
  top: 25px;
  position: absolute !important;
  z-index: 30000 !important;
  font-size: 14px;
  font-weight: normal;
  color: #1b2124;
  text-align: left !important;
  border-radius: 2px !important;
  overflow: hidden;
  background: #ffffff !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) !important;
  padding-right: 5px;
}

.wysihtml5-modal input {
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  margin: 0;
  font-size: 18px;
  background-color: transparent;
  border: 0;
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
