body {
  background-color: #f8f8f5;
  color: #2b2b2b;
  font-family: Arial, sans-serif;
}

.user-clickable {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.user-clickable:hover {
  text-decoration: underline;
  color: #79B4A9;
}

.user-clickable:.muted {
  color: #777777
  
}