﻿#editor_colors_container
{

}

.editor_color_box
{
    float:left;
    margin-right:10px;
    cursor:pointer;
    width:120px;
    height:70px;
}

.editor_color_box_display
{
    float:none;
    width:100px;
    height:25px;
    border:1px solid;
    
    
}

.selected_color_box .editor_color_box_desc
{
    color:#0094ff;
}