.table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 120%;
}

.table th, .table td {
  padding: 3px;
  border-bottom: 1px solid rgb(51,51,51);
}

.table th {
  background-color: rgb(51,51,102);
  color: rgb(255,255,255);
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}

.table td {
  background-color: rgb(255,255,255);
}

.table .group td {
  background-color: rgb(237,243,254);
  font-weight: bold;
}

.table .odd td {
  background-color: rgb(237,243,254);
}
