/*
.VisualEditor table.cellsSelected {
    border: 2px solid #0000FF;
}
*/

/* must be first - else Chrome drops everything */
.VisualEditor table.cellsSelected td::-moz-selection { 
    background: rgba(0, 0, 0, 0);
}

.VisualEditor table.cellsSelected td::selection {
    background: rgba(0, 0, 0, 0);
}


td[HtmlAreaSelected] {
    background-color: rgba(0, 0, 255, 0.1);
}

/*
.VisualEditor table {
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
*/
