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