.options-data-editor {
    padding: 10px;
}

.options-data-editor-option {
    padding: 8px 0;
}

.options-data-editor-option.yui3-dd-dragging {
    visibility: hidden;
}

.options-data-editor-option-handle {
    cursor: pointer;
    margin-right: 5px;
}

.options-data-editor-option-text {
    margin-right: 5px;
}

.options-data-editor-add {
    background-color: #fff;
    border: none;
    color: #aaa;
    padding-left: 19px;
}
