table.program {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;

  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

table.program td {
  padding: 8px 10px;
  vertical-align: top;
  border-bottom: 5px solid #f9f9fb;
}

/* Time column */
table.program td.time {
  width: 15%;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
}

/* Title column */
table.program td.title {
  width: 60%;
  font-size: 1.05em;
}

/* Author column */
table.program td.author {
  width: 25%;
  font-style: italic;
  text-align: right;
  color: #333;
}

/* Closing row */
table.program tr.closing td {
  border-bottom: none;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #f5f5f5;
}

/* Closing time cell */
table.program tr.closing td.time {
  font-weight: bold;
  color: #444;
}

/* Closing text (title + author merged) */
table.program td.closing-text {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0.02em;
  color: #222;
}

table.accomodation {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;

  background-color: #fff;
  border-radius: 0.5rem;
  /* box-shadow: 0 1px 4px rgba(0,0,0,0.1); */
}

table.accomodation td {
  padding: 8px 10px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 5px solid #f9f9fb;
}