﻿.meetings-table {
    border-spacing: 0.5rem 0.65rem;
    border-collapse: separate;
    width: 100%;
}

.meetings-table .cell-file-name {
    line-height: 15px;
}

.meetings-table tr {
    cursor: pointer;
}

.meetings-table tr td {
    height: 2.8rem !important;
    background-color: var(--root-input-bg-colour);
    border-radius: 5px;
}

.meetings-table thead th {
    border-bottom: 0 !important;
    padding: 0.5rem;
}

.meetings-table thead th:first-child {
    width: 9rem;
}

.meetings-table .cell {
    padding: 0.5rem;
}

.meetings-table .cell-icon {
    display: flex;
    justify-content: space-between;
}