body.page-program .nav-right a[href="program.html"] {
    color: #00eef9;
}
h2 {
	color: #0361f9;
	font-size: 1.5rem;
	margin: 0 auto;
    font-weight: bold;
    border-bottom: 2px solid silver;
	text-align: center;
}
.title {
    display: none;
}
.program {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    text-align: center;
    z-index: 10;
}
.program p {
        text-align: center;

}
.program-inner {
    max-width: 1000px;
    position: relative;
    width: 100%;
    z-index: 3;
    padding-top: 100px;
}
.program-title {
    color: #5851ff;
    font-size: clamp(1.5rem, 10vw, 2rem);
    font-weight: 700;
    margin-bottom: 17px;
    max-width: 1000px;
    padding: 5px;
    position: relative;
    z-index: 3;
}
.schedule {
    padding: 30px 60px ;
    text-align: left;
    z-index: 3;
    margin: 0 auto;
    max-width: 600px;
}
.day-schedule {
    margin: 3rem auto;
    text-align: center;
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
	margin-top: 20px;
}
.program p {
    margin-top: 10px;
}
.schedule-heading {
    display: flex;
    font-size: clamp(1rem, 4vw, 1.3rem);
    gap: 16px;
    justify-content: center;
    position: relative;
}
.schedule-heading .line {
    background-color: rgb(44, 100, 255);
    border-radius: 2px;
    flex-shrink: 0;
    height: 1.1em;
    width: 3px;
}
.date-text {
    color: #363636;
}
table.schedule {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  font-size: 16px;
  margin-top: 20px;
}

table.schedule th,
table.schedule td {
  border: none;
  padding: 8px 12px;
}

table.schedule th {
  font-weight: bold;
}

table.schedule th:first-child,
table.schedule td:first-child {
  text-align: center;
  width: 60%;
  white-space: nowrap;
}

.pdf-wrapper {
    margin-bottom: 30px;
}