/* table-layout: fixed sets the table width equal to that of the first column
   we need this because in IE, images that overflow past table borders will
   set the width of the tables to the width of the iamges
*/

table {
  table-layout: fixed;
}