.owner {
  width: 100%;
  overflow: auto;
  border: 1px solid #2b879e;
  background-color: white;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}

.owner.active {
  background-color: #f1f1f1;
  border: 1px solid #6596a2;
}

owner-list-item:last-child > .owner {
  margin-bottom: 0px;
}

.owner .data {
  padding: 5px;
}

.owner .name {
  color: #2b879e;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.owner .name.short-size {
  width: calc(100% - 105px);
}

.owner .name.short-size.non-edit {
  width: calc(100% - 50px);
}

.owner .data .delete-button {
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 5px;
  color: #d23635;
  cursor: pointer;
}

.owner .percentage {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}

.owner .percentage.non-edit {
  width: 45px;
}

.owner .input-group.input-sm {
  padding: 2px 5px;
}
