

/* APPLICATION STYLES */

td.list-cell.Text>div {
    width:320px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
td.list-cell.Text>div:hover {
    width:320px;
    height: auto;
    white-space: initial;
    overflow: visible;
    cursor: pointer;
}