
/* tinymce.css */

/* ... Formats ...
-----------------------------------------------*/
.inline_headline {
  text-transform: uppercase;
  font-weight: bold;
}
.error {
  color: tomato;
}
.warning {
  color: orange;
}
.info {
  color: goldenrod;
}
.confirmation {
  color: forestgreen;
}
/* ... Formats ... END
-----------------------------------------------*/

