#header {
  height: 50px;
  line-height: 40px;
  background: rgb(153, 31, 61);
  color: #fff;
  font-size: 20px;
  padding: 10px;
}

#controls div {
  padding: 10px;
}

#controls button {
  margin-left: 10px;
}

#employeeList {
  display: table;
  width: 70%;
  padding: 10px;
}

#employeeList span {
  display: table-cell;
}

#employeeList .list-header,
#employeeList .list-row {
  display: table-row;
}

#employeeList .list-row:nth-child(odd) {
  background: #d3d3d3;
}

#employeeList .list-header {
  background: rgb(153, 31, 61);
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
}
