-/* Ink v0.6.1 - Copyright 2013 ZURB Inc */
+/* Ink v0.6.2 - Copyright 2013 ZURB Inc */
/**********************************************
* Client-specific Styles & Reset *
display: block;
}
+center {
+ width: 100%;
+}
+
a img {
border: none;
}
padding-right: 3.448276%;
}
-table.row td.last {
+table.row td.last,
+table.container td.last {
padding-right: 0px;
}
td.expander {
visibility: hidden;
width: 0px;
+ padding: 0 !important;
+}
+
+table.full-width {
+ width: 100%;
}
/**********************************************
padding-left: 0 !important;
}
+ table[class="body"] .expander {
+ width: 9999px !important;
+ }
+
table[class="body"] .hide-for-small,
table[class="body"] .show-for-desktop {
display: none !important;