.miuffy-style-button {
  min-width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  border: none;
  padding: 0 8px;
  background: transparent;
  border: 1px solid transparent;
  margin-right: 5px;
}

.miuffy-style-button:hover {
  background-color: #f5f5f5;
  transition: all 300ms ease-in;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
}

.miuffy-active-button:hover,
.miuffy-active-button {
  background-color: #e8e8e8;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
}

.miuffy-editor-controls {
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 5px;
  padding-left: 40px;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 100;
  padding-bottom: 5px;
}

.delimiter {
  width: 1px;
  background: #eee;
  margin: 5px;
}