#entity-link .news {
    width: 490px;
    height: 500px;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px black solid;
    overflow: auto;
    display: inline-block;
}

#entity-link .news-item {
    margin-bottom: 20px;
}

#entity-link .news-item > p {
    margin-bottom: 5px;
    margin-top: 5px;
}

#entity-link .news-title {
    font-weight: bold;
}

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

#entity-link .news .entity.linked {
    text-decoration: underline;
    text-decoration-style: dashed;
}

#entity-link .date {
    border: 1px black solid;
    padding: 5px;
    margin-left: 36px;
    width: 160px;
    text-align: center;
}

#entity-link .next {
    float: right;
    margin-right: 56px;
}

#entity-link .entities-table {
    min-height: 270px;
}

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

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

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

#entity-link .entity-info {
    height: 200px;
    overflow: auto;
}

#entity-link .entity-info {
    border: 1px solid black;
    padding: 20px;
}

#entity-link .entity-info p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.4em;
}

#entity-link .entity-info .field {
    font-weight: bold;
}

#entity-link .entity-info .entity-link {
    display: inline-block;
    margin-bottom: 20px;
    color: royalblue;
    overflow-wrap: anywhere;
}

#entity-link .entity-info .empty {
    display: none;
}

#entity-link .entity-info.not-found .empty p {
    text-align: center;
    margin-top: 100px;
}

#entity-link .entity-info.not-selected .empty,
#entity-link .entity-info.not-selected .not-empty {
    display: none;
}

#entity-link .entity-info.not-found .empty {
    display: block;
}

#entity-link .entity-info.not-found .not-empty {
    display: none;
}
