:host {
  margin-bottom: 20px;
}

.mini-table {
  height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.checkbox-input {
  width: 50px;
}

.first-column {
  width: 100px;
  text-align: center;
  button {
    //width: 25px;
    display: inline-block;
    text-align: center;
    i {
      display: inline-block;
    }
  }
}

tr {
  height: 64px;
  td {
    vertical-align: inherit;
  }
}

.add-button {
  margin-left: -29px;
}
