.cmd-meet-table {
    & table {
        & tr:nth-child(even) {
            background-color: #e5e5e5;
        }

        & tr th:nth-child(1),
        & tr td:nth-child(1) {
            min-width: 75px;
            white-space: normal;
        }

        & tr th:nth-child(2),
        & tr td:nth-child(2) {
            min-width: 400px;
            white-space: normal;
        }

        & tr th:nth-child(3),
        & tr td:nth-child(3) {
            min-width: 280px;
            white-space: normal;
        }

        & tr th:nth-child(4),
        & tr td:nth-child(4) {
            min-width: 220px;
            white-space: normal;
            text-align: center;
        }
    }
}