button.remove-family-member {
  background-color: #82aa96;
  color: #fff;
  border: 0;
  box-shadow: 5px 3px 10px #999;
  border-radius: 2px;
  padding: 2px 10px;
  text-shadow: 1px 2px 2px #999;
}
button.remove-family-member:hover {
  background-color: #ed7775;
}
