#headStaff{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 35px;
  flex-wrap: wrap;

}
.staffNames{
  font-size: 19px;
  color: black;
  padding: 15px;
  align-self: center;
  min-width: 20px;
  max-width: 160px;
  text-wrap: nowrap;
}
.memberDetail{
  font-size: 16px; 
  font-family:'FontAwesome', sans-serif;
}
.greyContainer{
  color: rgb(46, 45, 45);
  border:solid;
  background-color: #e1e9ea;
  border-color: rgb(68, 67, 67);
  border-radius: 10px;
}

.profilePicture{
  display:flex;
  border-radius: 100%;
  padding: 15px;
}

/* Reformat as table */
table {
  font-family: 'FontAwesome', sans-serif;
  /*border: 5px solid black;*/
  border-radius: 10px;
  width: 100%;
}

td, th {
  text-align: left;
  padding: 8px;
  /*border-radius: 10px;*/
}

tr:nth-child(odd) {
  background-color: #e1e9ea;
}
tr:{
  border-bottom: 1px solid #ddd;
}
