table.style_table th,
table.style_table td {
  box-sizing: content-box;
  height: 18px;
}

div#body table.style_table tbody tr:nth-child(odd) td {
    background: #f5f5f5;
}