.speaker-img {
  width: 150px;
  height: 150px;
}
.speaker-img img {
  width: 100%;
  height: 100%;
}

.talk-summary {
  border-bottom: solid 1px;
}

#day-selector {
  border-bottom: solid 3px;
}

#schedule-holder {
  display: flex;
}
#schedule-holder > .schedule-day {
  display: block; /* undo "display: none;" */
  visibility: hidden;
  margin-right: -100%;
  width: 100%;
}
#schedule-holder > .active {
  visibility: visible;
}
/*# sourceMappingURL=../../dist/css/maps/schedule.css.map */
