td{
	border: none;
  text-align: left;
  padding: 8px;
	margin: 0;
}

tr:nth-child(odd) {
    background-color: #ddd;
}
