
td { 
    overflow: hidden; 
    text-overflow: ellipsis; 
    word-wrap: break-word;
}

.table.dataTable{
    table-layout:fixed;
}