#chips-container{
  margin-top: 1.875rem;
}
#chips-container  .chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
  margin-bottom: 5px;
}

#chips-container  .chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

#chips-container  .closebtn {
  padding-left: 8px;
  color: red;
  font-weight: bold;
  float: right;
  font-size: 25px;
  cursor: pointer;
}

#chips-container  .closebtn:hover {
  color: #000;
}