#whisperer {
  position: absolute;
  display: none;
  z-index: 2;
  background-color: #E4FFDD;
  padding: .2em;
  border: 1px #CCCCCC dashed;
}

#whisperer a {
  text-decoration: none;
}

#whisperer .selected {
  background-color: black;
}

#whisperer .selected a {
  color: white;
}