input {
  margin: 0;
}

.container {
  margin: 24px auto;
  max-width: 960px;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

.table b{
   font-size:16px;
}

.table--bordered {
  border: 1px solid #d7d7d7;
}

.table--shaded {
  border-bottom: 2px solid #c6d5e3;
}

.table__head {
  border-bottom: 2px solid #c6d5e3;
  color: #7196b9;
}
.table--shaded .table__head {
  background: #f7fafc;
}

.table__row:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
}

.table__cell {
  padding: 16px 12px 14px;
}
.table__head .table__cell {
  padding: 10px 12px 8px;
}
.table--bordered .table__cell:not(:last-of-type) {
  border-right: 1px solid #eaeaea;
}
.table__head .table__cell {
  font-weight: 700;
}

.table__cell--checkbox {
  max-width: 25px;
  padding: 16px 0 14px 12px;
}
.table__head .table__cell--checkbox {
  padding: 10px 0 8px 12px;
}

.table__cell--no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table__cell--remainder {
  width: 99%;
 font-size:16px;
}

.UserTable__name {
  max-width: 200px;
 font-size:20px;
 font-weight:bold;
vertical-align:top;
}


