table {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  background: white;
  font-size: 11px;
}

th, td {
  border: 1px solid #000000 !important;
  padding: 3px 3px; 
  text-align: left;


}

th {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  border-left: 2px solid #aaaaaa;
  
  background: #f7f7f7;
  text-transform: uppercase;
  }
  
td {
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  
  }

table tr:first-child td {
  border-top: none;
}

.tWrap {
  height: 490px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}