.SensitiveSuggest {
  border: 1px solid black;
  background-color: #fff;
  font-family: Arial;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px;
}

a.SensitiveSuggest_row, a.SensitiveSuggest_row:link, a.SensitiveSuggest_row:visited, a.SensitiveSuggest_row:active {
  display: block;
  text-decoration: none;
  color: #000;
  cursor: default;
  font-weight: normal;
}

a.SensitiveSuggest_row_hover, a.SensitiveSuggest_row_hover:link, a.SensitiveSuggest_row_hover:visited, a.SensitiveSuggest_row_hover:active, a.SensitiveSuggest_row:hover {
  background-color: #36c;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
