table.paleBlueRows {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #FFFFFF;
  width: 350px;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}

table.paleBlueRows td,
table.paleBlueRows th {
  border: 1px solid #FFFFFF;
  padding: 3px 2px;
}

table.paleBlueRows tbody td {
  font-size: 1.1em;
  padding: 4px;
}


table.paleBlueRows tbody td a {
  color: #0B6FA4;
  text-decoration: none;
}

table.paleBlueRows tbody tr:hover {
  background-color: #0B6FA4;
  color: white;
}

table.paleBlueRows tbody tr:hover a{
  color: white;
}

table.paleBlueRows tr:nth-child(even) {
  background: #D0E4F5;
}

table.paleBlueRows thead {
  background: #0B6FA4;
  border-bottom: 5px solid #FFFFFF;
}

table.paleBlueRows thead th {
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #FFFFFF;
}

table.paleBlueRows thead th:first-child {
  border-left: none;
}

table.paleBlueRows tfoot {
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  background: #D0E4F5;
  border-top: 3px solid #444444;
}

table.paleBlueRows tfoot td {
  font-size: 14px;
}