.example-container {
  display: flex;
  flex-direction: column;
}

  .example-container > * {
    width: 100%;
  }

table {
  width: 100%;
}

.mat-form-field {
  font-size: 14px;
  width: 100%;
}

th.mat-sort-header-sorted {
  color: black;
}

tbody tr td:last-child, td.mat-cell:last-child, td.mat-footer-cell:last-child, th.mat-header-cell:last-child {
  text-align: center;
  padding-right: 0 !important;
}

.material-icons.delete {
  color: #ff2525;
}

.material-icons.edit {
  color: #385aff;
}

  .material-icons.edit:hover, .material-icons.delete {
    cursor: pointer;
  }

.mat-sort-header-button {
  color: #455a64 !important;
}

