﻿table tbody tr > th {
    text-align: center;
    vertical-align: middle;
}

table tbody tr > td {
    white-space: nowrap;
    cursor: pointer;
}
