table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 3px 2px 3px 5px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #1c85c4;
  color: white;
}
