table.paleBlueRows {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  width: 310px;
  height: 212px;
  text-align: center;
  border-collapse: collapse;
}
table.paleBlueRows td, table.paleBlueRows th {
  padding: 0px 1px;
}
table.paleBlueRows tbody td {
  font-size: 15px;
  color: #333333;
}
table.paleBlueRows tr:nth-child(even) {
  background: #D0E4F5;
}
table.paleBlueRows thead {
  background: #558fd5;
}
table.paleBlueRows thead th {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
table.paleBlueRows tfoot td {
  font-size: 14px;
}