table.prog {
	width: 100%;
	margin-bottom: 20px;
	}
table.prog th { 
	font-size: 12px;
	padding: 5px;
	}
table.prog td { 
	font-size: 12px;
	background: #eee; 
	padding: 5px;
	}
	
table.prog td.time {
	background: #eee;
}

table.prog tr.day th {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 2px solid black;
	text-align: left;
	}
	
table.prog tr.event td div.title {
	font-size: 14px;
	}

	
tr.session th {
	font-size: 12px;
	font-weight: normal;
	border-top: 10px solid white;
	text-align: left; 
	padding: 10px;
	}
tr.session th div.title {
	font-size: 14px;
	font-weight: bold;
	}
tr.session th div.chair {
	font-size: 12px;
	}
tr.session th div.room {
	font-size: 12px;
	font-style: italic;
	}
tr.CDI1 th, 
tr.CDI1 td.time {
	background: #1783c6;
	color: white;
	}
tr.CDI2 th, 
tr.CDI2 td.time {
	background: #00ccff;
	}
tr.CDI3 th, 
tr.CDI3 td.time {
	background: #bfebff;
	}
tr.CT1 th, 
tr.CT1 td.time {
	background: #0cc07a;
	}
tr.CT2 th, 
tr.CT2 td.time {
	background: #8debc7;
	}
tr.CT3 th, 
tr.CT3 td.time {
	background: #71f280;
	}
tr.RT1 th, 
tr.RT1 td.time {
	background: #f9bbff;
	}
tr.RT2 th, 
tr.RT2 td.time {
	background: #f47dff;
	}
tr.Elettra th, 
tr.Elettra td.time {
	background: #ffec6b;
	}

	

table.prog tr.hole td {
	border-top: 10px solid white;
	}

	
table.prog tr.break td { 
	background: #ddd;
	}
table.prog td.time,
table.prog tr.break td.time { 
	font-size: 10px;
	font-style: normal; 
	vertical-align: top;
	text-align: center;
	padding: 5px 2px 10px 2px;
	width: 50px;
	}
table.prog tr.break td.time { 
	background: #ddd;
	color: black;
	}
table.prog tr.break td div.title { 
	font-style: italic; 
	font-size: 12px; 
	}


	
div.prog_button {
	float: right;
	margin-left: 10px;
	padding: 2px;
	border-radius: 0;
	font-style: normal;
	}
div.event_button {
	padding: 2px;
	border-radius: 0;
	}
	
div.prog_message {
	padding: 10px;
	border: 1px solid #888;
	background: #fffbb8;
	clear: both;
	box-shadow: rgba(0,0,0,0.4) 3px 3px 5px;
	margin: 20px;
	}
