.CodeMirror .cm-spell-error {

}

#suggestBox {
    display:inline-block; overflow:hidden; border:solid black 1px;
}

#suggestBox > select {
    padding:10px !important;
    border: 0 !important;
}

#suggestBox > select > option:hover {
    box-shadow: 0 0 10px 100px #4A8CF7 inset; color: white !important;
}
