:root:root .redactor-dropdown-item-inserted:hover span {
  border-color: #fff
}

:root:root .redactor-dropdown-item-highlighted span, :root:root .redactor-styles span.highlighted {
  border-radius: 2px;
  padding: .125em .25em;
  background-color: #e0e0e0;
  color: #131313;
  font-size: 1.1em;
  font-family: serif
}

:root:root .redactor-dropdown-item-highlighted span, :root:root .redactor-styles span.big-button {
  border-radius: 2px;
  padding: .125em .25em;
  background-color: #b53739;
  color: #fffdfa;
  font-size: 1.1em;
  font-family: serif
}
