#bff2c-contenttype-selector th.btn {
    width: 100%;
    border: 1px solid;
}

#bff2c-contenttype-selector
{
    border-collapse:separate;
    border-spacing:0 5px;
}

#contentitemlist .bff2c-contentitemrowheading thead th {
    text-align: center;
}

#contentitemlist thead th {
    font-weight: bold;
}

.bff2c-form.bfform2contenttype-contentitems #contentitemlist .bff2c-contentitemrowsubheading {
    border-top: #222 dotted 3px;
}

#contentitemlist .bff2c-columnseparator {
    border-left: #222 dotted 3px;
}

#contentitemlist th {
    vertical-align: middle;
}

.bff2c-form.bfform2contenttype-contentitems #contentitemlist,
#bff2c-contentitems-edit #contentitemlist,
.bff2c-form.bfform2contenttype-contentitems #contentitemlist {
    border: #000000 solid 3px;
}

.bff2c-form.bfform2contenttype-contentitems .sitenew.btn.btn-success {
    float: left;
    margin-top: 12px;
}

.bff2c-form.bfform2contenttype-contentitems #contentitemlist .bff2c-contentitemrowsubheading,
#bff2c-contentitems-edit #contentitemlist .bff2c-contentitemrowsubheading {
    border-bottom-color: #000000;
    border-bottom-width: 3px;
    border-bottom-style: double;
}

#bff2c-contentitems-edit #bff2c-contenttypesettingsform-savemode,
#bff2c-contentitems-edit .bff2c-contenttypesettingsform-contentsettings {
    display: flex;
    flex-wrap: wrap;
}

#bff2c-contentitems-edit .bff2c-contenttypesettingsform-contentsettings {
    gap: 1rem;
}

#bff2c-contentitems-edit .bff2c-contenttypesettingsform-contentsettings .control-label,
#bff2c-contentitems-edit #bff2c-contenttypesettingsform-savemode .control-label {
    width: auto;
}

#bff2c-contentitems-edit .bff2c-contenttypesettingsform-contentsettings .control-group {
    flex-direction: column;
}

#formcontentsettingsContent .options-form {
    width: auto;
}

#bff2c-contentitems-edit .redgreen .switcher .toggle-outside {
    background-color: #f00;
}

#bff2c-contentitems-edit .redgreen .switcher input ~ input:checked ~ .toggle-outside {
    background: var(--switcher-toggle-outside-on-bg);
}
