/* https://codepen.io/jeroenseverein/pen/GJOvez */
#schedule h1,
#schedule h2,
#schedule h3 {
  font-weight: 500;
  margin: 0;
}

#schedule h1 {
  margin-top: 0.3348979767em;
  margin-bottom: 0.6944444444em;
  font-size: 1.44em;
}

#schedule h2 {
  margin-bottom: 0.4822530864em;
  font-size: 1em;
}

#schedule ol {
  padding: 0;
  list-style: none;
  border-top: 1px solid #ccc;
  margin: 0 -0.4822530864em 1.44em;
}

#schedule li {
  display: flex;
  padding: 0.5em;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

#schedule .time {
  padding: 0 0.8333333333em;
  flex: 0 0 2em;
  text-align: center;
}

#schedule time {
  font-size: 0.8333333333em;
  display: block;
  line-height: 1.2em;
}
#schedule time:nth-of-type(2) {
  color: #999;
}

#schedule .details {
  overflow: hidden;
  border-left: 2px solid;
  padding-left: 0.6944444444em;
  width: 100%;
}

#schedule h3 {
  margin: 0 0 0.3348979767em;
  font-weight: 400;
  font-size: 1em;
}

#schedule .speaker {
  color: #999;
  font-size: 0.8333333333em;
}

#schedule .location {
  float: right;
  color: #999;
  font-size: 0.8333333333em;
}
