#marketTable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

#marketTable th, #marketTable td {
  border: 1px solid #ffffff;
  padding: 10px;
  text-align: left;
}

#marketTable th {
  background-color: #09205f;
  color: white;
}

#marketTable tr:nth-child(even) {
  background-color: #000000;
}
