._HtmlAreaRibbon {
    border-bottom: 1px solid #999999;
    background: #EEEEEE;
    padding: 2px;
    vertical-align: middle;
    border: 0px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

._HtmlAreaRibbon ._RibbonGroup ._RibbonGroupContent {
    /*white-space: nowrap;*/
}


._HtmlAreaRibbon ._RibbonGroup ._RibbonGroupContent > * {
/*    vertical-align: middle;
    display: inline-block !important; */
    font-size: 12px;
}

._HtmlAreaRibbon ._RibbonGroup .separator {
    margin-left: 4px;
    margin-right: 4px;
    width: 1px;
    height: 22px;
    border-left: 1px solid #BBBBBB;
    vertical-align: middle;
    display: inline-block;
}

._HtmlAreaRibbon ._RibbonGroup .button {
    width: 24px;
    height: 24px;
    
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 11px;
    cursor: default; 
}

._HtmlAreaRibbon ._RibbonGroup .button .icon {
    width: 24px;
    height: 24px;
    
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
}

._HtmlAreaRibbon ._RibbonGroup .button .caption {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 4px;
}

._HtmlAreaRibbon ._RibbonGroup .button:hover {
    //background: #BBBBFF;
    background-repeat: no-repeat;
    background-position: left center;
    color: #FFFFFF;
}

._HtmlAreaRibbon ._RibbonGroup .checked {
    //background: #AAAAAA;
}

._HtmlAreaRibbon ._RibbonGroup .disabled {
    opacity: 0.3;
    border: 1px solid transparent;
}

._HtmlAreaRibbon ._RibbonGroup .disabled:hover {
    opacity: 0.3;
    border: 1px solid transparent;
    background: none;
    color: inherit;
}

._HtmlAreaRibbon ._RibbonGroup ._ComboBox {
    font-size: 12px;
    height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

._HtmlAreaRibbon ._RibbonGroup .row {
    height: 24px;
}

