.user-image-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ECECEC;
  overflow: hidden;
}
.user-image-circle i {
  font-size: 40px;
  color: #A2A2A2;
  position: relative;
  left: -4px;
  top: -1px;
}
.table td:last-child {
  white-space: nowrap;
  width: 10px;
}
