table.minimalistBlack {
  border: 3px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.minimalistBlack td, table.minimalistBlack th {
  border: 1px solid #000000;
  padding: 5px 4px;
}
table.minimalistBlack tbody td {
  font-family: DM Sans,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1e0e62;
    -webkit-font-smoothing: antialiased
}
table.minimalistBlack thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #ebeaed 0%, #ebeaed 66%, #ebeaed 100%);
  background: -webkit-linear-gradient(top, #ebeaed 0%, #ebeaed 66%, #ebeaed 100%);
  background: linear-gradient(to bottom, #ebeaed 0%, #ebeaed 66%, #ebeaed 100%);
  border-bottom: 3px solid #000000;
    text-align: center;
}
table.minimalistBlack thead th {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #1e0e62;
}
table.minimalistBlack tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-top: 3px solid #000000;
}
table.minimalistBlack tfoot td {
  font-size: 14px;
}