.memberTable {}

.memberTable .row {}

.memberTable .col {}

.col-4 .memberTableCell,
.col-5 .memberTableCell {
    border-right: 1px solid #CCC;
}

.avatar {
    width: 40px;
    border-radius: 20px;
    border: 1px solid white;
}

.table {
    width: 100%;
    max-width: 100%
}

.table th,
.table td {
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
}

.row-expand {
    cursor: pointer;
}