.search-result-list__table {
    width: 100%;
    border-bottom: 1px solid var(--people-border-gray);
    table-layout: fixed;
}

.search-result-list__table thead tr th {
    border-bottom: 0 !important;
}

.search-result-list__table tr th,
.search-result-list__table tr td {
    padding: 0 10px 0 0 !important;
    font-size: var(--people-font-size-sm);
    vertical-align: middle !important;
}

.search-result-list__table th:first-child,
.search-result-list__table td:first-child,
.search-result-list__table th:nth-last-child(-n+2),
.search-result-list__table td:nth-last-child(-n+2) {
    padding: 0 !important;
}

.search-result-list__table tbody tr:hover {
    background-color: var(--people-orange-bg-highlight) !important;
    cursor: pointer;
}

.search-result-list__table tbody tr {
    height: 50px;
}

.search-result-list__table td span {
    font-weight: normal !important;
    color: var(--people-text-color);
    font-size: var(--people-font-size-sm) !important;
}

.search-result-list__avatar-column {
    width: 60px;
}

.search-result-list__name-column {
    width: 33%;
}

.search-result-list__job_title-column {
    width: 20%;
}

.search-result-list__org-column {
    width: 34%;
}

.search-result-list__chat-column,
.search-result-list__mail-favorite-column {
    width: 50px !important;
}

.search-result-list__name {     
    font-weight: var(--people-font-weight-bold);
}