.chip {
  display: inline-block;
  padding: 0 15px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  border-radius: 15px;
  background-color: #f1f1f1;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.closebtn {
  padding-left: 5px;
  color: #888;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer;
}

.closebtn:hover {
  color: #000;
}