/**
 * admin.css
 *
 *
 */
    /* CKEditor Format und Style Comboboxen verbreitern */
    .cke_combo__format .cke_combo_text {
        width: 90px !important;
    }
    .cke_combo__styles .cke_combo_text {
        width: 110px !important;
    }

    .cke_combopanel__format {
        width: 240px !important;
        height: 250px !important;
    }
    .cke_combopanel__styles {
        width:240px !important;
        height: 250px !important;
    }