div.bg_color_option_box{
    width: 22px;
    height: 22px;
}
div.bg_color_options{
    width: 22px;
    height: 22px;
    margin:0px;
}
div.bg_color_options:first-child, div.color_options:first-child {
    margin-left:0px;
}
div.bg_color_options:last-child, div.color_options:last-child {
    margin-right: 0px;
}
.color_option_box {
    width: 24px;
    height: 24px;
    margin: 0;
    font-size: .875rem;
    text-align: center;
    line-height: 1.25rem;
}
.dm_selected_color {
    background-color: #646464;
    width: 24px;
    height: 24px;
    margin: 0;
}
div.color_options {
    margin: 0;
    width: 24px;
    height: 24px;
    vertical-align: top;
    background-color: #efefef;
    cursor: pointer;
}
.grecaptcha-badge { visibility: hidden; }