Equal-Width Table Cells

Tables can be a pain to work with. Try using table-layout: fixed to keep cells at equal width:

  1. .calendar {
  2. table-layout: fixed;
  3. }

Pain-free table layouts.

Demo