table {
  width: 650px;
  table-layout: fixed;
}

td  {
  text-align:left;
  vertical-align:top;
  padding:4px 6px;
}

th.even { background-color:#bdc5d3 }
th.odd { background-color: #53a0e8; }

td.even { background-color:#bdc5d3 }
td.odd { background-color: #53a0e8; }
