#email-spellcheck-suggestions {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
  color: #333;
  margin: 8px auto 26px auto;
  padding: 18px 20px 20px;
  width: auto;
}

#email-spellcheck-suggestions p {
  margin: 0 0 18px;
}

ul.spellcheck-suggestions {
  display: table;
  margin: auto;
}

li.spellcheck-suggestion {
  background-color: #8e2499;
  border: 1px solid #8e2499;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  list-style-type: none;
  margin: 5px 0px 0px 0px;
  padding: 5px 12px;
  text-align: center;
  width: 100%;
}

li.spellcheck-suggestion span {
  font-style: normal;
  font-weight: 400;
}

li.spellcheck-suggestion:hover {
  border-color: #9927a5;
  background-color: #9927a5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
}

li.spellcheck-suggestion:last-child {
  background-color: #fff;
  border: none;
  color: #8e2499;
  font-weight: 300;
  margin-top: 15px;
}

li.spellcheck-suggestion:last-child:hover {
  border: none;
  background-color: transparent;
  box-shadow: none;
  color: #9927a5;
}

li.spellcheck-suggestion:last-child:active {
  animation: link-clicked 2s;
}