.editable-block {
    position: relative;
}

.editable-text {
}

.editable-text[contenteditable="true"] {
    border-color: #007cba;
    background: #f0f8ff;
}

.edit-button {
    margin-left: 8px;
    cursor: pointer;
}