table.bluetable {
  font-family: "comic sans ms", cursive, sans-serif;
  border: 2px solid #000000;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
}
table.bluetable td, table.bluetable th {
  border: 1px solid #626262;
  padding: 3px 3px;
}
table.bluetable tbody td {
  font-size: 13px;
}
table.bluetable tr:nth-child(even) {
  background: #d0e4f5;
}
table.bluetable thead {
  background: #dddddd;
  border-bottom: 2px solid #aaaaaa;
}
table.bluetable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #ff9e27;
  text-align: center;
  border-left: 2px solid #aaaaaa;
}
table.bluetable thead th:first-child {
  border-left: none;
}

table.bluetable tfoot td {
  font-size: 14px;
}
table.bluetable tfoot .links {
  text-align: right;
}
table.bluetable tfoot .links a{
  display: inline-block;
  background: #110ea4;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 5px;
}