.equipment-table {
  width: 100% !important;
  border-collapse: collapse;
  table-layout: auto;
}

.equipment-table td,
.equipment-table th {
  word-break: break-word;
}
.table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.toc {
  display: none !important;
}

#toc_container {
  display: none !important;
}

.table-of-contents {
  display: none !important;
}
.outline {
  display: none !important;
