.container{
  margin-top: 20px;
  margin-left: 150px;
  margin-right: 30px;
}
.sp-editor{
    border: 2px solid #adadad;
    width: 900px;
    height: 500px;
    padding: 10px;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.sp-editor .pop-correct{
    border-bottom: 2px solid rgb(218, 33, 33);
}


.pop-correct .word-list{
   position: absolute;
   border: 1px solid #ccc;
   padding: 5px;
   font-size: 16px;
   list-style-type: none;
}
.sp-editor .hidden{
  display: none;
}