.lexical-word{
    background-color:#fffa8c;
    cursor:help;
    border-radius:3px;
    padding:0 2px;
    transition:background-color 0.2s;
}

.lexical-word:hover{
    background-color:#ffe600;
}