/* Target RTD theme wrappers + cell paragraph content */
.rst-content table.compact-table,
.wy-table-responsive table.compact-table {
  font-size: 0.95rem !important;
  width: auto !important;
}

.rst-content table.compact-table th,
.rst-content table.compact-table td,
.wy-table-responsive table.compact-table th,
.wy-table-responsive table.compact-table td {
  padding: 1px 4px !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

.rst-content table.compact-table th p,
.rst-content table.compact-table td p {
  margin-bottom: 0 !important;
  font-size: inherit !important;
}

.rst-content table.compact-table caption {
  font-size: 0.85rem !important;
}

.rst-content table.list-compact-table,
.wy-table-responsive table.list-compact-table {
  font-size: 0.78rem !important;
  width: auto !important;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.rst-content table.list-compact-table th,
.rst-content table.list-compact-table td,
.wy-table-responsive table.list-compact-table th,
.wy-table-responsive table.list-compact-table td {
  padding: 2px 5px !important;
  line-height: 1.1 !important;
}