table {
  width: 100%;
}

.mat-form-field {
  width: 100%;
  font-size: 14px;
}

td,
th {
  width: 25%;
}

.toolbar {
  display: flex;
  flex-direction: row;
  height: 40px;
  margin-bottom: 5px;

  .filter {
    padding-left: 30px;
  }

  #add-deal {
    margin-left: 15px;
    padding-right: 35px;
  }
}

.add-obj-field-wrapper {
  display: flex;
}
