table {
  width: 100%;
}
table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}
th,
td {
  padding: 5px;
  text-align: left;
}
td.numeric {
  text-align: right;
}
th {
  background-color: #f2f2f2;
}
