.textfieldeditor{
    width: 500px;
    height: 100px;
    border: 3px solid #000000;
    font-family: "Arial";
    font-size: 14px;
    padding: 5px;
    text-align: center;
    white-space: pre-line;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #FFFFFF;
}

.bubbleitem{
    width: 103px;
    height: 82px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
    overflow: hidden;
    cursor: pointer;
    background-color: #d9d9d9;
}
.bubbleitem:hover{
    background-color: #a9d4e8;
}
.bubbleitem.selected{
    background-color: #52b83b;
}
