table.programme {
  text-align: left;
	/*border: 1px solid #666; 
	border-collapse: collapse;*/
	margin-bottom: 3.5em;
	width: 100%;
	}
	
	table.programme caption {
	text-align: left;
	color: #000;
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: .5em;
}


 table.programme th {
	vertical-align: top;
	font-size: 1em;
	font-weight: normal;
	padding: 5px 8px;
	border-bottom: 1px dotted #666;
}

/*table.work th.title {
width: 200px;
}*/



table.programme td {
	border-bottom: 1px dotted #666;
	width: auto;
	padding: 5px 8px;
	vertical-align: top;
}

table.hacks td {
	font-size: .8em;
	
}


table.programme td em {
	font-size: .9em;
	font-style: italic;
}

table.programme td.break,
table.programme th.break {
	background: #f8f8f8;
}

table.programme td.break {
	font-size: 1.1em;
}

p#cc img {
	float: none;
	vertical-align: text-bottom;
	margin: 0;
}

table.programme td span.small {
	font-size: .85em;
}

table.hacks th.first-col {
	width: 75px;
}

span.highlight {
	display: block;
	background: #f8f8f8;
	padding: 3px 6px;
}