.employeeWidget {
  margin-top: 3em;
}

.employeeWidget .employeeList {
  width: 27%;
  float:left;
}
.employeeWidget .employeeList .employee {
  display:inline-block;
  margin:.2em;
  cursor:pointer;
}
.employeeWidget .employeeList img {
  display:inline-block;
  width: 3.875em;
  height: 3.875em;
  vertical-align:top;
  border: 1px solid #ccc;
  -webkit-border-radius:.4em;
  -moz-border-radius:.4em;
  -o-border-radius:.4em;
  border-radius:.4em;
}

.employeeWidget .employeeDetails,
.employeeWidget .employeePlaceholder {
  float:right;
  margin-left:-5%;
  width:73%;
}

.employeeWidget .tallImgContainer {
  display:none;
  width:50%;
  float:left;
  text-align:center;
}
.employeeWidget .placeholderPic,
.employeeWidget #tallImg {
  display:inline-block;
  vertical-align:top;
  height:35em;
}
.employeeWidget .instructions {
  display:inline-block;
  width:8em;
  margin:2em 0 0 2em;
}

.employeeWidget .employeeLabel {
  margin: 0 0 2em 0;
}
.employeeWidget .name{
  font-size:2.5em;
}
.employeeWidget .profession {
  font-weight:bold;
}

.employeeWidget .interview {
  display:none;
  width: 45%;
  float:right;
}
.employeeWidget .interviewQuestion {
  font-size:1.2em;
  margin:.8em 0;
}

.employeeWidget #employeeLink {
  display:block;
  margin-top:.9em;
}
