.no-bullets { list-style: none !important; }
.libox { padding: 6px; margin-bottom: 2px; border: 1px solid #dddddd; background-color: #eeeeee; }

.logo{
    /* Convert the image to grayscale and then invert and adjust brightness */
    filter: grayscale(100%) brightness(0) invert(1);
}

.jsoneditor-menu {
    background-color: #888888;
    border-color: gray;
}
.jsoneditor {
    border-color: gray;
}
.jsoneditor .jsoneditor-transform,
.jsoneditor .jsoneditor-sort,
.jsoneditor .jsoneditor-undo,
.jsoneditor .jsoneditor-redo{
    display:none;
}

.field_descriptor{
    text-align: right;
    display: inline-block;
    color: gray;
    position: relative;
    top: 14px;
    height: 0px;
    font-size: 9px;
    margin-right: 10px;
}