/* Add top margin when no header available */
.ce-table__container > *:first-child + .table__container {
    margin-top: 3rem;
}
