#resulttable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#resulttable td, #resulttable th {
  border: 1px solid rgb(14, 13, 13);
  padding: 8px;
}

#resulttable tr:nth-child(even){background-color: white;}

#resulttable tr:nth-child(odd){background-color: #F2F1F1;}

#resulttable tr:hover {background-color: white;}

#resulttable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #29ca8e;
  color: white;
}