/* Increase overall text size and spacing */
.schedule-tabs {
  font-size: 16px;
  margin: 20px 0;
}

/* Each session will be displayed in a bordered box */
.session-row {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  background: #fff;
}

/* Session title larger than body text */
.session-row h4 {
  font-size: 20px;
  margin: 0 0 10px;
}

/* Increase font size for paragraphs */
.session-row p {
  font-size: 16px;
  margin: 5px 0;
}
