th {
    background-color: #f1f1f1;
    font-weight: bolder;
}
th,td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table .shrink {
    overflow: none;
}
table .expand {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}