.wordInDic {
    color: red;
    cursor: pointer;
}

.wordInDic .definitionDic {
    font: 9px Arial, sans-serif;
    color: #fff;
    background-color: #000;
    width: 200px;
    z-index: 1;
    border: 2px solid red;
}




