table.Overall {
  border: 1px solid #7C7C7C;
  background-color: #000000;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.Overall td, table.Overall th {
  border: 1px solid #7C7C7C;
  padding: 4px 1px;
}
table.Overall tbody td {
  font-size: 40px;
  color: #FFFFFF;
}
table.Overall tr:nth-child(even) {
  background: #3B4247;
}
table.Overall thead {
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: -webkit-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: linear-gradient(to bottom, #404040 0%, #191919 66%, #000000 100%);
  border-bottom: 1px solid #7C7C7C;
}
table.Overall thead th {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 1px solid #7C7C7C;
}
table.Overall thead th:first-child {
  border-left: none;
}

table.Overall tfoot td {
  font-size: 40px;
}
table.Overall tfoot .links {
  text-align: right;
}
table.Overall tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}