.detailed-schedule-separator {
  background: #8ec5ff;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0.5rem;
  text-align: center;
  border-bottom: 1px solid darkgray;
  border-top: 1px solid darkgray;
}

.detailed-schedule-table {
  border-collapse: collapse;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  margin-top: 0;
  width: 100%;
}

.detailed-schedule-td-left {
  padding-left: 0.4rem;
  width: 8rem;
}

.detailed-schedule-td-right {
  padding-left: 1.5rem;
  padding-right: 0.4em;
}

.detailed-schedule-thead {
  border-bottom: 1px solid darkgray;
}

.detailed-schedule-tr-business-meeting {
  background-color: #7c86ff;
  border-bottom: 1px solid darkgray;
}

.detailed-schedule-tr-coffee-break {
  background-color: lightgray;
  border-bottom: 1px solid darkgray;
}

.detailed-schedule-tr-invited-talk {
  background-color: #ff6467;
  border-bottom: 1px solid darkgray;
}

.detailed-schedule-tr-invited-talk-light {
  background-color: #ffc9c9;
  border-bottom: 1px solid darkgray;
}

.detailed-schedule-tr-lunch {
  background-color: #fdc745;
  border-bottom: 1px solid darkgray;
}

.detailed-schedule-tr-paper-odd {
  background-color: #a4f4cf;
  border-bottom: 1px solid darkgray;
}

.detailed-schedule-tr-paper-even {
  background-color: #5ee9b5;
  border-bottom: 1px solid darkgray;
}

.detailed-schedule-tr-session {
  background-color: #31d492;
  border-bottom: 1px solid darkgray;
}

@media (max-width: 1250px) {
  .detailed-schedule-separator {
    font-size: 0.9rem;
  }
  .detailed-schedule-table {
    font-size: 0.8rem;
  }
  .detailed-schedule-td-left {
    width: 3.6rem;
  }
}

