#tableIndexLeadQuality tbody {
  display: block;
  height: 170px;
  overflow-y: auto;
}

#tableIndexLeadQuality thead, #tableIndexLeadQuality tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableIndexDocument thead, .tableIndexDocument tbody {
  display: block;
}

.tableIndexDocument tbody {
  height: 168px;
  overflow-y: auto;
}

.tableIndexDocument thead tr, .tableIndexDocument tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableIndexDocument th, .tableIndexDocument td {
  width: 33.33%;
}

.tableIndexQuestion thead, .tableIndexQuestion tbody {
  display: block;
}

.tableIndexQuestion tbody {
  height: 195px;
  overflow-y: auto;
}

.tableIndexQuestion thead tr, .tableIndexQuestion tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableIndexQuestion th, .tableIndexQuestion td {
  width: 33.33%;
}

