//
// Visual characters
//

.mce-nbsp,
.mce-shy {
  background: #aaa;
}

.mce-shy::after {
  content: '-';
}
