table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
th, td {
  border: 1px solid black;
  padding: 8px 12px;
  text-align: left;
}
th {
  background-color: #f4f4f4;
}
/*tr:nth-child(even) {
  background-color: #fafafa;
}*/