table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

th {
  border: 0px solid;
  text-align: left;
  padding: 8px;
  background-color:#0E3D6C;
  color:white;
}

tr:nth-child(even) {
  background-color: #051A2F;
  text-align: left;
  color:#fff;
}
