table thead th.home-health-cell,
table tbody td.home-health-cell {
    max-width: 65px;
}

table tbody td.home-health-cell {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
