table.blueTable {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  border: 3px solid #FFFFFF;
  width: 100%;
  height: 200%;
  text-align: left;
}
table.blueTable td, table.blueTable th {
  border: 2px solid #D0D0D0;
  padding: 8px 6px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable thead {
    border-bottom: 5px solid #191919;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  border-left: 0px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}
