﻿.committees-resources-table {
    border-spacing: 0 0.65rem;
    margin-top: 1rem;
    border-collapse: separate;
    border-spacing: 0 0.75rem;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.committees-resources-table tr {
    background-color: var(--root-input-bg-colour);
    border-radius: 0.6rem;
    border: 1px solid #000;
}

.committees-resources-table tr td:first-child {
    border-top-left-radius: 5px;
    border-left: 1px solid var(--root-input-bg-colour) !important;
    border-bottom-left-radius: 5px;
    padding-left: 0.4rem;
}

.committees-resources-table tr td:last-child {
    border-top-right-radius: 5px;
    border-right: 1px solid var(--root-input-bg-colour) !important;
    border-bottom-right-radius: 5px;
}

.committees-resources-table .cell-file-name {
    font-weight: 600;
    line-height: 15px;
}

.committees-resources-table tr {
   cursor: pointer;
}

.committees-resources-table tr td {
    height: 2.8rem !important;
    border: 0 !important;
}

.committees-resources-table .table-cell-icon-button {
    width: 3rem;
}

.committees-resources-table .table-cell-icon-button i {
    padding: 0.4rem;
}