div.day-header {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  flex-wrap: wrap;
  font-weight: 500;
  margin-top: 1em; }

div.workshop-group-name {
  font-weight: 500; }

div.sched-day {
  /*border: solid 1px gray;*/
  background-color: #F3F3F3;
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 2em;
  padding: 4px;
  font-size: 12pt; }

div.workshop {
  display: flex;
  padding: 1em;
  gap: 1em; }

div.workshop p {
  /*color: black;*/ }

.speakers {
  display: flex;
  flex-direction: column;
  gap: 1em; }

.speaker {
  font-style: italic;
  padding: 0;
  margin: 0;
  /*color: lightblue;*/ }

.thumbnail img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin-left: 4px;
  filter: drop-shadow(0 0 10px rgba(107, 107, 107, 0.35)); }

div.workshop h3 {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 500; }

.sched-day a {
  text-decoration: none; }

.sched-day a:hover {
  text-decoration: underline; }

.sched-session {
  display: flex;
  flex-direction: column;
  justify-content: center; }
