thead > tr > th {
  background-color: #333333 !important;
  color: #aaaaaa !important;
  text-transform: uppercase !important;
  border-bottom: 15px solid black !important;
}

th:first-child {
  background: none !important;
  width: 20% !important;
}

td:first-child {
  background-color: #333333 !important;
  color: #aaaaaa !important;
}

td {
  background-color: #EEF0E0 !important;
  border: 4px solid #ffffff !important;
}

.table thead th {
  border-bottom: 4px solid #ffffff !important;
  border-top: 4px solid #ffffff !important;
  border-left: 4px solid #ffffff !important;
  border-right: 4px solid #ffffff !important;
}

table {
  text-align: center !important;
}

