/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
.full,.one_half,.one_third,.two_third,.one_fourth,.two_fourth,.three_fourth .one_fifth,.two_fifth,.three_fifth,.four_fifth,.full{float:left;overflow:hidden;position:relative;box-sizing:border-box}@media (max-width:767px){.full,.one_half,.one_third,.two_third,.one_fourth,.two_fourth,.three_fourth .one_fifth,.two_fifth,.three_fifth,.four_fifth,.full{float:none;width:100% !important;margin-left:0 !important;margin-bottom:20px}}.full{margin-left:0;width:100%}.one_half{margin-left:4%;width:48%}.one_third{margin-left:5%;width:30%}.one_third.center{margin-left:35% !important}.two_third{margin-left:5%;width:65%}.one_fourth{margin-left:4%;width:22%}.two_fourth{margin-left:4%;width:48%}.three_fourth{margin-left:4%;width:74%}.one_fifth{margin-left:5%;width:16%}.two_fifth{margin-left:4%;width:37%}.three_fifth{margin-left:4%;width:57%}.four_fifth{margin-left:4%;width:79%}.full.first,.one_fifth.first,.one_fourth.first,.two_fourth.first,.one_third.first,.two_fifth.first,.one_half.first,.three_fifth.first,.two_third.first,.three_fourth.first,.four_fifth.first{clear:left;margin-left:0 !important}
