.image-changes-view .change-count {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}

.image-changes-view .change-count b {
  font-weight: normal;
  margin-left: 6px;
  vertical-align: middle;
}

.image-changes-view .changes-container .well {
  border: 0px;
}

.image-changes-view .changes-container i.fa-plus-square {
  color: rgb(73, 209, 73);
}

.image-changes-view .changes-container i.fa-minus-square {
  color: rgb(209, 73, 73);
}

.image-changes-view .changes-container i.fa-pencil-square {
  color: rgb(73, 100, 209);
}

.image-changes-view .change-count:last-child {
  margin-right: 0px;
}

.image-changes-view .change-count i {
  font-size: 16px;
  vertical-align: middle;
}

.image-changes-view .change i {
  float: right;
  vertical-align: middle;
  margin-left: 4px;
}

.image-changes-view .more-changes {
  padding: 6px;
  text-align: right;
}