body {
  font: 11px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
}

.misspelled {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

.suggestions {
  background: #fffdc5;
}

.suggestion {
  padding: 0 12px 2px 2px;
}

.suggestion:hover {
  background: #59afa9;
}

#demo #spell_div a:hover {
  color: none;
  background: #59afa9;
}

#spell_div
{
  padding: 10p 10p 250px 10px;
}



textarea {
/*   background: orange; */
/*   font-weight: bold; */
  font-size: 14px;
  border: 1px solid red;
  padding: 5px 5px 10px 5px;
  overflow: hidden;
}

.text_body {
  border: 1px solid red;
  padding: 5px 5px 200px 5px;
}

input {
  background: #ccc;
  border: 1px solid black;
}

ul {
  list-style: none;
  margin-top: 0px;
  padding: 0 0 0 3px;
  height: auto;
}