/* Remove indentation and background for text summary items */
.textSummaryItem {
    background-color: transparent;
    padding-left: 0;
}

.dataFieldContainer.statusField {
    display: inline-block;
    border: none;
}

.dataFieldContainer.statusField .editorField {
    line-height: 14px;
}

/* Tag-like style */
.literalText.controlContainer.tagLikeField {
    display: inline-block;
    padding: 0;
    border: none;
    margin: 0 5px 5px 0;
    font-size: 0.9em;
}

.literalText.controlContainer.tagLikeField .editorLabel {
    display: table-cell;
    width: auto;
    padding: 0 3px;
    border: none;
    text-align: center;
    color: white;
}

.literalText.controlContainer.tagLikeField .editorLabel > label {
    padding: 0;
    border: none;
    line-height: 18px;
}

.literalText.controlContainer.tagLikeField .editorField {
    display: table-cell;
    width: auto;
    padding: 0 5px;
    border: 1px solid #d6dbdd;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    color: #000;
}
