
table {
  font-family: "helvetica neue", helvetica, arial, sans-serif;
}

tbody, thead {
	border-bottom: 1px solid black ;
}

th {
  letter-spacing: 2px;
}

td {
  letter-spacing: 1px;
}

tbody td {
  text-align: left;
}

tbody th {
  text-align: right;
}

tbody tr:nth-child(odd) {
  background-color: #dedede;
}

tbody tr:nth-child(even) {
  background-color: #ededed;
}
