.edui-splitbutton-color-label {
    width: 16px;
    height: 3px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -8px;
    overflow: hidden;
    line-height: 3px;
}
.edui-popup .edui-colorpicker {
    margin: 10px;
    font-size: 12px;
}
.edui-colorpicker .edui-colorpicker-topbar{
    height: 27px;
    width: 200px;
    overflow: hidden;
}
.edui-colorpicker .edui-colorpicker-topbar .edui-colorpicker-preview{
    height: 20px;
    border: 1px inset black;
    margin-left: 1px;
    width: 128px;
    float: left;
}
.edui-colorpicker .edui-colorpicker-topbar .edui-colorpicker-nocolor{
    float: right;
    margin-right: 1px;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    border: 1px solid #333;
    padding: 3px 5px;
    cursor: pointer;
}
.edui-colorpicker table{
    border-collapse: collapse;
    border-spacing: 2px;
}
.edui-colorpicker tr.edui-colorpicker-firstrow{
    height: 30px;
}
.edui-colorpicker table td{
    padding: 0 2px;
}
.edui-colorpicker table td .edui-colorpicker-colorcell{
    display: block;
    text-decoration: none;
    color: black;
    width: 14px;
    height: 14px;
    margin: 0;
    cursor: pointer;
}