body {
	font-family: Arial, Helvetica, sans-serif;
    background-color: #6D90F3;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #04AA6D;
  color: white;

  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

tr:hover {
	background-color: #ddd;
}
