.emoji_palette {
    position: absolute;
    /* visibility: hidden; */
    display: none;
    width: 364px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    line-height: 18px;
    border-style: solid;
    background-color: #fff4e0;
    border-color: #ff9933;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

#emoji_palette img{
    margin: 0px;
    padding: 0px;
}

.emoji_palette table{
    border-collapse: separate;
    border-spacing: 2px;
}

.emoji_palette_title {
    width: 364px;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    background-color:#ff9933;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
}
.emoji_palette_title_left {
    float: left;
    width: 344px;
    height: 16px;
    vertical-align: middle;
    background-color: #ff9933;
}
.emoji_palette_title_right {
    float: left;
    width: 20px;
    height: 16px;
    text-align: right;
    vertical-align: middle;
    background-color:#ff9933;
}
.emoji_palette_image_close {
    margin: 2px;
}
a.emoji_palette_image_close:hover {
    background-color: transparent;
}
.emoji_palette_body {
    clear: both;
    text-align: left;
    background-color: #fff4e0;
    word-break: break-all;
    margin-bottom: 0px;
}
