#content table {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  border-collapse: collapse;
  color: #29057c;
}
#content caption {
  padding: 10px;
  color: white;
  background: #0D8CDB;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
#content th {
  border-bottom: 1px solid #B9B29F;
  padding: 10px;
  text-align: left;
}
#content td {
  padding: 5px;
  font-size: 14px;
}
#content tr:nth-child(odd) {
  background: white;
}
#content tr:nth-child(even) {
  background: #E8E6D1;
}