* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "calibriregular", sans-serif;
}

.item-speaker {
  text-align: center;
  min-height: 220px;
  padding: 15px 0 5px;
  display: table-cell;
  font-size: 14px;
}
.item-speaker .zone-photo {
  margin: 0 auto;
  transition: all 1s;
}
.item-speaker .speaker-photo {
  text-align: center;
}
.item-speaker .speaker-photo img {
  width: 100px;
  height: 100px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: auto;
}
.item-speaker .speaker-photo .field-content {
  margin-bottom: 0.5em;
}
.item-speaker .name {
  font-weight: 600;
}
.item-speaker .speaker-function {
  font-size: 12px;
  color: #666;
  font-style: italic;
}
.item-speaker .speaker-societe,
.item-speaker .speaker-department,
.item-speaker .speaker-country {
  font-size: 12px;
  font-style: italic;
  color: #666;
  line-height: 1.5em;
}

/*# sourceMappingURL=faculty_linnc.css.map */
