
table, th, td {
  border: 1px solid black;
}

table {
    border-collapse: collapse;
}
th, td {
  padding: 15px;
  text-align: left;
}

th {
  background-color: #4CAF50;
  color: white;
}
tr:hover {background-color: #f5f5f5;} 
