/* table thead tr, */
table.dataTable thead tr th {
  border-top: 2px solid black !important;
}

table.dataTable thead tr th:first-child {
  border-left: 2px solid black !important;
}

table.dataTable thead tr th:last-child {
  border-right: 2px solid black !important;
}

table th {
  border-bottom: 2px solid black !important;
}

table.dataTable tr {
  text-align: center !important;
  background: transparent !important;
}
