body {
  background-color: #f8f9fa;
  color: #333;
  font-family: Arial, sans-serif;
  margin: 20px auto;
  max-width: 800px;
  padding: 20px;
}

#centerContainer {
  text-align: left;
}

h1 {
  font-size: 1.8rem;
  border-bottom: 2px solid #2c3e50;
  padding-bottom: 10px;
  text-align: center;
}

h3 {
  color: #2c3e50;
  margin-top: 15px;
}

h4 {
  color: #34495e;
  margin-top: 15px;
}

ul {
  list-style-type: none;
  padding-left: 20px;
  /* margin-top: 15px; */
  margin-bottom: 10px;
}

a {
  color: #2980b9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

em {
  font-style: italic;
  color: #666;
}

.section {
  margin-bottom: 25px;
}

.codeline {
  font-family: monospace;
  background-color: #eee;
  padding: 3px;
  margin: 5px 0;
}


.blurb {
  margin: 25px 0;
  line-height: 1.6;
}

.blurb em {
  font-style: italic;
  color: #2c3e50;
}

.section h4 {
  margin-bottom: 8px;
}

.section p {
  color: #666;
  margin-top: 5px;
}

.section-links ul {
  padding-left: 0;
}

.section-links li {
  margin: 15px 0;
}

.section-links a {
  font-weight: bold;
  color: #2c3e50;
}

a[href^="mailto:"] {
  color: #2980b9;
}

    .meeting-schedule {
      margin: 30px 0;
      border-collapse: collapse;
      width: 100%;
    }

    .meeting {
      display: flex;
      border-bottom: 1px solid #ddd;
      padding: 15px 0;
      align-items: center;
    }

    .meeting-date {
      width: 200px;
      font-weight: bold;
      color: #2c3e50;
    }

    .meeting-time {
      width: 100px;
      font-family: monospace;
      color: #2c3e50;
    }
    /* #2980b9 */

    .meeting-title {
      flex: 1;
    }

    .multi-row {
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid #ddd;
      padding: 15px 0;
    }

    .multi-row .date-header {
      font-weight: bold;
      color: #2c3e50;
      margin-bottom: 10px;
      width: 200px;
    }

    .session {
      display: flex;
      padding: 5px 0;
    }

  .schedule-container {
      margin: 30px 0;
    }

    .schedule-table {
      width: 100%;
      border-collapse: collapse;
    }

    .schedule-table th {
      text-align: left;
      padding: 10px 5px;
      border-bottom: 2px solid #2c3e50;
      color: #2c3e50;
    }

    .schedule-table td {
      padding: 12px 5px;
      border-bottom: 1px solid #ddd;
      vertical-align: top;
    }

    .date-cell {
      font-weight: bold;
      color: #2c3e50;
      width: 200px;
    }

    .time-cell {
      font-family: monospace;
      color: #2c3e50/*#2980b9*/;
      width: 100px;
    }

    .session-cell {
      padding-left: 15px;
    }

    .multi-date {
      font-weight: bold;
    }
