.fa {
  color: grey;
  cursor: pointer;
  user-select: none;
}

.fa-thumbs-up.green {
  color: #00c500;
}

.fa-thumbs-up:hover {
  color: #00c500;
}