.flexible-table-wrapper {
  margin: 20px 0;
}
.flexible-table-wrapper .debug-info {
  background-color: #f0f0f0;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  font-family: monospace;
}
.flexible-table-wrapper .flexible-table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
.flexible-table-wrapper .flexible-table th,
.flexible-table-wrapper .flexible-table td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: top;
  overflow: hidden;
  white-space: initial;
  word-wrap: normal;
  box-sizing: border-box;
}
.flexible-table-wrapper .flexible-table th.full-width-cell,
.flexible-table-wrapper .flexible-table td.full-width-cell {
  width: 100%;
}
.flexible-table-wrapper .flexible-table th {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: left;
}
.flexible-table-wrapper .flexible-table tr.header {
  background-color: #f5f5f5;
}
.flexible-table-wrapper .flexible-table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.flexible-table-wrapper .flexible-table tr:hover {
  background-color: #f1f1f1;
}
.flexible-table-wrapper .flexible-table .cell-wrapper {
  min-height: 20px;
  overflow: hidden;
  white-space: inherit;
  word-wrap: normal;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.flexible-table-wrapper .flexible-table .cell-wrapper .cq-placeholder {
  height: 100px;
}
.flexible-table-wrapper .flexible-table .cell-wrapper div {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.flexible-table-wrapper .no-data-message {
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  text-align: center;
  color: #666;
}
.flexible-table-wrapper .coral-Button {
  margin-bottom: 10px;
}
.flexible-table-wrapper .flexible-table-wrapper {
  display: none;
}
