/* override width of new content element wizard */
.typo3-dyntabmenu-divs {
    width: auto !important;
}

/* Clear 33% settings */
.t3-gridTable colgroup col {
    width: auto !important;
}

.t3-page-column {
    overflow: hidden;
}

/* Content - Sidebar */
.t3-page-column-120 {
    width: 75% !important;
}

.t3-page-column-121 {
    width: 25% !important;
}

/* Sidebar - Content */
.t3-page-column-220 {
    display: block;
    float: right;
    width: 72% !important;
}

.t3-page-column-221 {
    display: block;
    float: left;
    width: 24% !important;
}

/* Sidebar - Content - Sidebar */
.t3-page-column-320 {
    display: block;
    float: left;
    width: 100% !important;
    border: 0 !important;
}

.t3-page-column-320 > div {
    margin-left: 28%;
    margin-right: 28%;
}

.t3-page-column-321 {
    display: block;
    float: left;
    margin-left: -100%;
    width: 25% !important;
}

.t3-page-column-322 {
    display: block;
    float: right;
    margin-left: -30%;
    width: 25% !important;
}

/* Sidebar - Sidebar - Sidebar */
.t3-page-column-420, .t3-page-column-421, .t3-page-column-422 {
    width: 33% !important;
}

/* Extend width of text style field in ckeditor */
.cke_combopanel__styles {
    width: 400px !important;
}

/* Hide example content in new content element wizard */
.reference .exampleContent {
    display: block;
    overflow: hidden;
    margin-bottom: 1rem;
}
