body {
	font-size: 8pt;
	font-family: sans-serif;
}
table {
  border-collapse: collapse;

}

table, th, td {
  border: 1px solid grey;
  padding-left: 1em;
  padding-right: 1em;
}

th {
border-top: 2px solid black;
}

th, td:nth-child(1){

}

tr:nth-child(even){background-color: #f2f2f2}

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