/* For tables:
 *
 * Exhibit 1 
 *
*/

.simple-table-exhibit-header {
  text-align: center;
}

/* Overriding the more complex tables CSS */
#fullScreenControl {
  float: right;
  cursor: pointer;
  right: 6px;
  bottom: 0;
  margin-right: 6px;
  margin-bottom: -70px;
  margin-top: 36px;
}

#mainWrapper {
  overflow-x: none;
  transform: rotateX(0deg);
  scrollbar-color: #ddd #fff;
  margin-top: -16px;
}

.dt-layout-cell table {
  transform: rotateX(0deg);
}

/* End other table ovverrides */

.dt-column-title {
  font-size: 1rem;
  line-height: 1.1;
  display: inline-block;
}

th[data-dt-column] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.dt-column-title {
  white-space: normal;
  max-width: 100px;
  /* Adjust as needed */
}