#ppucTable tr>td:nth-child(n + 2) {
    text-align: center;
    color: blue;
}
#ppucTable tr>td:nth-child(n + 2) span {
    cursor: pointer;
}