/*!
 * Add custom css for this site here:
 */
 
/* Schedule */

.schedule_grid {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 12em auto;
}
.schedule_grid h2 {
  margin: 1em 0 .5em;
  padding: 0;
  grid-column: 1 / span 2;
  letter-spacing: .1em;
}
.schedule_grid h2:first-child {
  margin-top: 0;
}
.schedule_day {
  color: #6c6c6c;
}

.schedule_category {color: #6c6c6c; font-size:.9rem;}

.schedule_grid h3 {
  border-top: 1px solid gray;
  margin: 0 1rem 0 0;
  padding: 1rem 2rem 0 0;
  letter-spacing: .05em;
}
.schedule_grid h3 span {
  display: inline-block;
  text-align: center;
}

.schedule_session {
  border-top: 1px solid gray;
  margin: 0;
  padding: 1rem 0 2rem;
  list-style: none;
}
.schedule_breakout {
  margin: 1rem 0 0 -1rem;
  padding: 1rem;
  list-style: none;
  background-color: #f9f9f9;
}
.schedule_breakout {
  margin-top: 0;
}


.schedule_breakout .breakout_location {
  font-size: .85em; font-family: "Gotham SSm A", "Gotham SSm B"; font-weight: 700;
}
