
#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  /*border: 1px solid #ddd;*/ /* Add a grey border */
  font-size: 18px; /* Increase font-size */
  margin-top: 5%; /* Add some space below the input */
  margin-bottom: 3%;
}

#myTable th, #myTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}


#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd; 
  color: black;
}

#myTable tr.header, #myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}


/* ---------------------------------TERMS and CONDITIONS-------------------------------------------- */

#mytable {
  color: black;
  width: 100%; /* Full-width */
  font-size: 18px; /* Increase font-size */
  margin-top:5%;
  border-bottom: 1px solid #ddd; 
}

#mytable th, #mytable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}

#mytable th a{
  color: black;
}

#mytable tr.header{
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}