table {
  width: 600px;
  border-collapse: collapse;
}

table, th, td {
  border: 0px;
}

td {
  vertical-align:top;
  padding: 8px;
  font-size: 16px;
}

.border0,
.border0 table,
.border0 tr,
.border0 tbody td,
.border0 thead th,
.border0 tfoot th {
    border: none;
}

table.pad0 td { padding:0px; }
table.pad0 tr:hover {background-color: #ffc;}   

