table {
    border-collapse: collapse;
    width: 90%;
    margin: auto;
    margin-bottom: 65px;
}

th, td {
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

tr:hover {background-color:#f5f5f5;}