.liste-table th {
    
    /*font-size:15px;    */
    font-weight: normal;
    
}
#tblTickets th {
    white-space: nowrap;
}
#tblTickets  td, #tblTickets  th{
    /*text-overflow:ellipsis;*/
    word-wrap:break-word;
}

#tblTickets table {
    /*width:981px;*/
}/*Setting the table width is important!*/
#campaignlist .filters td, #campaignlist th,
#campaigncontacts .filters td, #campaigncontacts th {
    white-space: nowrap;
    word-wrap: break-word;
}

div.col_25, div.col_30, div.col_40, div.col_50, div.col_60, div.col_70, div.col_100{
    
    overflow: hidden;
    text-overflow:ellipsis;
    word-wrap:break-word;
    white-space: nowrap;
    
}
.reminderFormContainer div.col_25,
.reminderFormContainer div.col_50,
.reminderFormContainer div.col_100
{
    word-wrap: normal;
    white-space: normal;
}
.info-content ul{
    word-wrap:break-word;
    white-space: nowrap;
    overflow: hidden;
}
.head-container div.head-container-client-data {
    border-bottom: 3px solid #ff6600;
}

.content{
overflow: hidden;
}

#ticketComment { resize: vertical; }