.dojoDialog .paneltop-center .dialog-title,
.gallery_container .image_link,
.tagcontainer .taglabel,
.file-selection-container .file-entry .file-name,
table.tablerows > tbody > tr > td,
table.tablerows > tbody > tr > td .document-name,
table.tablerows > tbody > tr > td .document-master,
table.tablerows > tbody > tr > td .leaf-name,
table td.tcell {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    text-overflow: ellipsis;
    white-space: nowrap;
}

table td.tcell,
table.tablerows > tbody > tr > td {
    max-width: 0;
}

table.tablerows > tbody > tr > td.table_icon {
    max-width: none;
    overflow: visible;
}

table.tablerows > tbody > tr > td.no-ellipsify {
    overflow: visible;
    max-width: none;
}