#entity-detect .text {
    width: 520px;
    height: 500px;
    padding: 5px;
    outline-offset: -2px;
    border: 1px black solid;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: pre-line;
    display: inline-block;
}

#entity-detect .text * {
    white-space: pre-line;
    margin: 0;
}

#entity-detect .text .entity {
    /*background-color: rgba(255, 0, 0, 0.4);*/
    cursor: pointer;
}

#entity-detect .text .entity.selected {
    /*background-color: rgba(255, 0, 0, 0.6);*/
}

#entity-detect .entities-table {
    min-height: 308px;
}

#entity-detect .gridjs-table {
    width: 100%;
}

#entity-detect .gridjs-table tr.selected td {
    background-color: yellow;
}

#entity-detect .gridjs-th {
    min-width: 110px;
}

#entity-detect .keywords {
    height: 200px;
    overflow: auto;
}
