#channel-checks-table-container {
    max-height: 700px;
    overflow-y: scroll;
}

.channel-checks-table > tbody > tr:first-child > td {
    border-top: 0;
}

.channel-checks-table > tbody > tr:hover > td {
    background: var(--table-bg-hover);
    cursor: pointer;
}

.channel-checks-table td:first-child, .channel-checks-table th:first-child {
    padding-left: 16px;
}

.channel-checks-table td:nth-child(2) {
    overflow-wrap: anywhere;
}

.channel-checks-table td:nth-child(3) {
    white-space: nowrap;
}

.channel-checks-table .unnamed {
    color: #999;
    font-style: italic;
}
