.b-bbcode-usergroup {
    display: inline-block;
}

.b-bbcode-usergroup:before {
    content: "@";
}

.ckeditor-attachment-dialog{
    border-width: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 9999;
    background-color: white;
    padding: 20px;
    max-width: 80%;
    max-height: 80%;
    overflow-y: auto;
}

.ckeditor-attachments-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.b-editor{
    border-top: 1px solid #B7B7B7;
}