.tooltips, .tooltips_keyword {
  border-bottom: none !important;
  text-decoration: none !important;
}

.tooltips:hover, .tooltips_keyword:hover {
  text-shadow: 0 0 6px #cfaaff, 0 0 12px #dbaeff;
  transition: text-shadow 0.3s ease;
}


