/**
 * Hides the "Clear cached thumbnails" checkbox
 */
#ccm-dashboard-content form .form-check-label[for='thumbnails'] {
    display: none !important;
}
#ccm-dashboard-content form #thumbnails[name='thumbnails'] {
     display: none !important;
 }

/**
 * Show full text for formats. e.g. «Überschrift 2»
 */
.cke_combo_text {
    width: 72px !important;
}


