table.eleven center { min-width: 530px; }
table.twelve center { min-width: 580px; }
-td.one { width: 8.333333% !important; }
-td.two { width: 16.666666% !important; }
-td.three { width: 25% !important; }
-td.four { width: 33.333333% !important; }
-td.five { width: 41.666666% !important; }
-td.six { width: 50% !important; }
-td.seven { width: 58.333333% !important; }
-td.eight { width: 66.666666% !important; }
-td.nine { width: 75% !important; }
-td.ten { width: 83.333333% !important; }
-td.eleven { width: 91.666666% !important; }
-td.twelve { width: 100% !important; }
+.body .columns td.one,
+.body .column td.one, { width: 8.333333% !important; }
+.body .columns td.two,
+.body .column td.two { width: 16.666666% !important; }
+.body .columns td.three,
+.body .column td.three { width: 25% !important; }
+.body .columns td.four,
+.body .column td.four { width: 33.333333% !important; }
+.body .columns td.five,
+.body .column td.five { width: 41.666666% !important; }
+.body .columns td.six,
+.body .column td.six { width: 50% !important; }
+.body .columns td.seven,
+.body .column td.seven { width: 58.333333% !important; }
+.body .columns td.eight,
+.body .column td.eight { width: 66.666666% !important; }
+.body .columns td.nine,
+.body .column td.nine { width: 75% !important; }
+.body .columns td.ten,
+.body .column td.ten { width: 83.333333% !important; }
+.body .columns td.eleven,
+.body .column td.eleven { width: 91.666666% !important; }
+.body .columns td.twelve,
+.body .column td.twelve { width: 100% !important; }
td.offset-by-one { padding-left: 50px; }
td.offset-by-two { padding-left: 100px; }