table {

  width: 100%;

  border-collapse: collapse;

  margin: 20px 0;

  font-family: Arial, sans-serif;

  font-size: 14px;

}

th,
td {

  border: 1px solid #ccc;

  padding: 10px;

  vertical-align: top;

  text-align: left;

}

th {

  background-color: #f4f4f4;

  font-weight: bold;

}

tbody tr:nth-child(even) {

  background-color: #f9f9f9;

}

tbody tr:hover {

  background-color: #f1f1f1;

}