
table {
  border: 1px solid white;
  font-size: 14px;
}

table caption {
  font-size: 13px;
  font-weight: bold;
  color: #069;
  padding-bottom: 4px;
}

table th {
  color: white;
  background: #7f98b0;
  font-size: 12px;
}

.odd {
  background: #bcc6e3;
}

.even {
  background: #bcd0e4;
}
