table {
  table-layout: fixed ;
  width: 100% ;
}
td {
  width: 50% ;
}
pre {
   font-family:"courier new", courier, monospace;
   font-size: 10px;
}
