@charset "UTF-8";
/* CSS Document */
table.paleBlueRows {
  margin-top: 10px;
  border: 1px solid #FFFFFF;
  width: 100%;
  height: 10px;
  text-align: left;
  border-collapse: collapse;
  background: #EDF6FF;
}
table.paleBlueRows td, table.paleBlueRows th {
  border: 1px solid #FFFFFF;
  padding: 3px 2px;
}
table.paleBlueRows tbody td {
  font-size: 14px;
}
table.paleBlueRows tr:nth-child(even) {
  background: #D0E4F5;
}
table.paleBlueRows thead {
  background: #0B6FA4;
  border-bottom: 1px solid #FFFFFF;
}
table.paleBlueRows thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  border-left: 1px solid #FFFFFF;
}
table.paleBlueRows thead th:first-child {
  border-left: none;
}
table.paleBlueRows ul {
  margin: 0;
}
table.message {
  margin-top: 20px;
  font-size: 21px;
  text-align: center;
  width: 100%;
  color: red;
  background: #FFFFFF;
}
table.small {
  font-size: 18px;
}
