table {
   width: 100%;
   border: 1px solid black;
}

table td {
   vertical-align: top;
   width: 33%;
   max-width: 33%;
}


