User:PrimeHunter/cell align/styles.css

.left1 td:nth-child(1),
.left2 td:nth-child(2),
.left3 td:nth-child(3),
.left4 td:nth-child(4),
.left5 td:nth-child(5),
.left6 td:nth-child(6),
.left7 td:nth-child(7),
.left8 td:nth-child(8),
.left9 td:nth-child(9),
.left10 td:nth-child(10) {
    text-align: left;
}

.center1 td:nth-child(1)
.center2 td:nth-child(2),
.center3 td:nth-child(3),
.center4 td:nth-child(4),
.center5 td:nth-child(5),
.center6 td:nth-child(6),
.center7 td:nth-child(7),
.center8 td:nth-child(8),
.center9 td:nth-child(9),
.center10 td:nth-child(10) {
    text-align: center;
}

.right1 td:nth-child(1),
.right2 td:nth-child(2),
.right3 td:nth-child(3),
.right4 td:nth-child(4),
.right5 td:nth-child(5),
.right6 td:nth-child(6),
.right7 td:nth-child(7),
.right8 td:nth-child(8),
.right9 td:nth-child(9),
.right10 td:nth-child(10) {
    text-align: right;
}