/**
 * This CSS contains styles used by TinyMCE editors.
 * Those styles will never appear outside the wysiwyg edition (frontoffice)
 */
 
/* Match font declared for widgets. */
body, td, pre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #404040; /* @grayDark */
}

.invisibleZone {
	color: graytext;
}