table {
  font-family: Verdana, Geneva, sans-serif;
  border: 4px solid #555555;
  background-color: #555555;
  text-align: left;
}
td, th {
  border: 1px solid #555555;
  padding: 5px 10px;
}
tbody td {
  font-size: 12px;
  color: #FFFFFF;
}
tr:nth-child(even) {
  background: #398AA4;
}
thead {
  background: #398AA4;
  border-bottom: 10px solid #398AA4;
}
thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #398AA4;
}
tr {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  border-left: 2px solid #398AA4;
}
thead th:first-child {
  border-left: none;
}

tfoot td {
  font-size: 13px;
}
tfoot .links {
  text-align: right;
}
tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #398AA4;
  padding: 2px 8px;
  border-radius: 5px;
}