.users {
  table-layout: fixed;
  width: 90%;
  white-space: nowrap;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}

.triple {
  table-layout: fixed;
  width: 90%;
  white-space: nowrap;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}

/* Column widths are based on these cells */
.one {
  width: 35%;
}
.two {
  width: 30%;
}
.three {
  width: 30%;
}

.users td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.users th {
  background: #414042;
  color: white;
  font-family: arial;
  border: solid 2px #ffffff;
}

.users td { 
  color: white;
  font-family: arial;
  border: solid 2px #ffffff;
}

.users td,
.users th {
  text-align: center;
  padding: 5px 10px;
}
.users tr {
  background: #ed008c;
}