.data-table {
  table-layout: fixed;
}

.admin-area--table {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.admin-area__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.admin-area__button--add {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 500px) {
  .data-table {
    table-layout: auto;
  }
}
