.data-table-elastic-search .cmp-datatable table a, .data-table .cmp-datatable table a {
word-break: break-word;
}

/* make round image */
.round-image .image .cmp-image__image {
    border-radius: 50%;
}

/*WeGlot Hover Indicator*/
.wg-drop.wg-mouse-click>div:focus 
{ 
    outline: 3px solid #1CA6DF; 
}