/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
table, th, td {
  border: 1px solid;
}

th, td {
    padding :5px 10px;
}