.decor-panel {
    display: none;
    margin-top: 4px;
    margin-bottom: 3px;
}

.decor-panel img.decorate {
    max-width: 20px;
    max-height: 20px;
    width: 19px;
    height: 19px;
    border: 1px solid gray;
    cursor: pointer;
}

.decor-panel img:hover {
    box-shadow:  1px  1px 1px 1px #dbddb7,  /* ↘ */
                -1px -1px 1px 1px #dbddb7,  /* ↖ */
                 1px -1px 1px 1px #dbddb7,  /* ↗ */
                -1px  1px 1px 1px #dbddb7;  /* ↙ */
}

.decor-panel .color-selector {

    width: 92px;
    margin-top: 1px;
    padding: 0px;
    vertical-align: top;
    margin-left: -1px;
    height: 20px;
    border: 1px solid #666;
    white-space: nowrap !important;
}

.decor-panel .color-selector .enterColor {
    height: 19px;
    width: 20px;
    border: 0;
    vertical-align: top;
    box-shadow: none;
}

.decor-panel .color-selector .enterColor:hover{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    height: 18px;
}

.decor-panel .color-selector .decorTextColorCode {
    font-family: 'Courier New', Courier, monospace;
    font-size: 70%;
    vertical-align : top;
    height: 15px;
    max-height: 15px;
    background-color: white;
    width:50px;
    max-width: 50px;
    font-weight: bold;
    margin-left: -4px;
    border: 1px solid white;
    padding: 1px;
    padding-left: 2px;
    padding-right: 2px;
}

.decor-panel .color-selector .decorTextColor {
    box-sizing: border-box;
    border: 1px solid white;
    font-size: 12px;
    height: 19px;
    width: 19px;
    margin-left: -7px;
    cursor: pointer;
    vertical-align : top;
    float: right;
}

.decor-panel div.smiles {
    margin-top: 3px;
    margin-bottom: 6px;
}

.decor-panel a.smile {
    text-decoration: none;
    cursor: pointer;
    max-width: 20px;
    max-height: 20px;
    width: 19px !important;
    height: 19px !important;
    padding: 2px;
    font-size: 80%;
    background-color: white;
    border: 1px solid gray;
}
