<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navigator {
	margin-top: 10px;
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	border-bottom: 2px solid #BBE1F7;
}

.navigator a {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}


/* Programma */
table.prog td { 
	background: #EEEEEE; 
	}
	
table.prog tr.title td { 
	text-align: left; 
	background: #ffab00;
	font-weight: bold;
	}


table.prog td.time {
	background: #BBE1F7;
}

table.prog tr.event td .title {
	font-weight: bold;
	}

table.prog tr.day_start th {
	font-weight: bold;
	border-bottom: 2px solid black;
	text-align: left;
	}

table.prog tr.navigator td {
	background: white; 
	}

	
tr.rt th, tr.rt td.time {
	background: #ffab00;
}
tr.rt th {
	text-align: left; 
	font-weight: bold;
}

tr.session th, tr.session td.time {
	background: #8BB1D7;
}
tr.session th {
	text-align: left; 
	font-weight: bold;
}
	
	
table.prog tr.break td { 
	font-size: 12px; 
	font-style: italic; 
	background: #DDDDDD 
	}
table.prog tr.break td.time { 
	background: #DDDDDD 
	}

table.prog td.time,
	table.prog tr.break td.time { 
	font-size: 10px;
	font-family: Arial;
	font-style: normal; 
	vertical-align: top;
	text-align: center;
	padding: 2 2 10 2;
	width: 50px;
}


.chair {
	padding-left: 10px;
	font-weight: normal;
	display: block;
}

/*
table.prog tr.session td { font-weight: bold; background: #CCCCCC }
table.prog tr.session td.time { background: #8BB1D7 }
*/</pre></body></html>