@charset "UTF-8";

a#table + div td:nth-child(odd) {
    background: #ececec;
    text-align: center;
}
a#table2 + div td:nth-child(odd) {
    background: #ececec;
    text-align: center;
}
tr td:nth-child(even) {
    text-align: right;
}