/* Ajustes 1.02: cabeçalhos compactos e resumo em uma linha. */
.cp-table th {
  padding: 8px 10px;
  text-align: center;
  white-space: normal;
  line-height: 1.15;
  font-size: 9px;
}

.cp-config {
  margin-left: auto;
  margin-right: auto;
}

.cp-table-scroll-top {
  height: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  background: #e8eef5;
  border-bottom: 1px solid #cbd5e1;
}

.cp-table-scroll-top > div {
  height: 1px;
}

.cp-head {
  padding-top: 11px;
  padding-bottom: 11px;
}

.cp-head p {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .cp-head p {
    white-space: normal;
  }
}
