table tbody tr:nth-child(even) {
  background: #e6eff8;
}

table thead th,
table tbody td {
  color: #172b4d !important;
}

table tbody td {
  font-size: 0.85rem !important;
}

table td {
  padding: 10px 16px !important;
}
