.program table td.time {
    font-size: 105%;
    text-align: center; 
    vertical-align: top;
    width: 5em;
}

.program table td.what { text-align: left; }
.program table tr.session td {
	padding-top: 2ex;
}

.program table tr.main td {
        padding-bottom: 8px;
        padding-top: 8px;
        color: #4070c0;
        /* font-weight: bold; */
}

.program table tr.session td.what {
	text-align: left;
	color: #4070c0;
	background-color: white;
	font-weight: bold;
}

.program table {
	margin-bottom: 10px;
}

.program table caption {
	caption-side: top;
	margin-bottom: 10px;
	background-color: #e0e0e0;
	color: #4070c0;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.program table tr.special td {
        padding-bottom: 8px;
        padding-top: 8px;
        font-style: italic;
}

.program table tr.lunch td.time {
    background-color: #e0e0e0;
    /* border-left: solid 2px #4070c0; */
    padding-bottom: 8px;
    padding-top: 8px;
    font-style: italic;
}
.program .title {
    font-style: italic;
    color: black;
    display: block;
    padding-left: 20px;
}


