#if CSS
#sktable1 tbody tr td:nth-child(2) {
text-align: center;
}
#end If
#if CSS
/* header */
#myTable thead tr th:nth-child(2) {
text-align: center;
}
/* value */
#myTable tbody tr td:nth-child(2) {
text-align: center;
}
#end If
#if CSS
#sktable1 tbody tr td:nth-child(2) {
text-align: center;
}
#end If