table.darkTable {
  font-family: "Arial Black", Gadget, sans-serif;
  border: 2px solid #fa0000;
  background-color: #4A4A4A;
  width: 100%;
  /*height: 100%;*/
  text-align: center;
  border-collapse: collapse;
}
table.darkTable td, table.darkTable th {
  border: 1px solid #4A4A4A;
  padding: 3px 2px;
}
table.darkTable tbody td {
  font-size: 13px;
  color: #ffffff;
}
table.darkTable tr:nth-child(even) {
  background: #888888;
}
table.darkTable thead {
  background: #fa0000;
  border-bottom: 3px solid #fa0000;
}
table.darkTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-left: 2px solid #4A4A4A;
}
table.darkTable thead th:first-child {
  border-left: none;
}

table.darkTable tfoot td {
  font-size: 12px;
}