.table-vis {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
}

  .table-vis-error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 100%;
    text-align: center;
  }

  .table-vis-container {
    kbn-agg-table-group > .table > tbody > tr > td {
      border-top: 0px;
    }

    .pagination-other-pages {
      justify-content: flex-end;
    }

    .pagination-size {
      display: none;
    }
  }
