#bff2c-contentitem-edit .bff2c-contentitem-buttons {
    display:flex;
    gap:1rem;
    justify-content:center;
}

#bff2c-contentitem-edit .bff2c_formfield td .form-control {
    width: 100%;
}

#bff2c-contentitems #contentitemlist [role="tooltip"]:not(.show) {
    right: auto;
}

#bff2c-contentitems #contentitemlist .bff2c-col0 {
    display: none;
}

#bff2c-contentitems #contentitemlist .tbody-icon .icon-unpublish {
    color: #a34444;
    border: 1px solid #a34444;
}

#bff2c-contentitems #contentitemlist .tbody-icon .icon-publish {
    color: #448344;
    border: 1px solid #448344;
}

#bff2c-contentitems #contentitemlist .tbody-icon {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    padding: 0;
}

#bff2c-contentitems .bff2c-toolbar .bff2c-toolbar-headingwrap,
#bff2c-contentitems .bff2c-toolbar .bff2c-toolbar-headingwrap h1,
#bff2c-contentitems .js-stools,
#bff2c-contentitems .js-stools .js-stools-container-bar
{
    display: inline;
}

#bff2c-contentitems .js-stools .js-stools-container-bar .btn-toolbar {
    display: inline-flex;
}
