
table {
    table-layout:fixed!important;
}

td, th {
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    word-wrap: break-word!important;
    /*font-size: 12px;*/
    /*padding: 0!important;
    margin: 0!important;*/
}
