/* tinyMCE format examples
   Styles in will be automatically added to the top level of the formats menu.
   Condition is that the file is named tinymce-formats.css and registered in the TinyMCE controlpanel.
*/

.highlight-inline {
    background: #FFFE14;
  }
  
  p.highlight-paragraph {
    background:red ;
    padding: 1rem;
  }

  #tinymce {margin: 10px;}



/* DocentIMS table styles — single source for editor + page */
table.listing, table.listing-compact, table.plain, table.invisible-grid { border-collapse: collapse; margin: 1em 0; }
table.listing th, table.listing td, table.listing-compact th, table.listing-compact td { border: 1px solid #d9dee3; padding: 8px 10px; text-align: left; vertical-align: top; }
table.listing-compact th, table.listing-compact td { padding: 3px 6px; }
table.listing thead th, table.listing-compact thead th { background: #eef1f4; border-bottom: 2px solid #c0c8cf; font-weight: 700; }
table.listing tbody tr:nth-child(odd), table.listing-compact tbody tr:nth-child(odd) { background: #f7f9fa; }
table.plain th, table.plain td { border: 1px solid #eceff1; padding: 6px 8px; vertical-align: top; }
table.invisible-grid th, table.invisible-grid td { border: 0; padding: 6px 8px; vertical-align: top; }
.mce-content-body table.invisible-grid th, .mce-content-body table.invisible-grid td { border: 1px dashed #e2e6ea; }
