.nuvoodoo-timed-blocks-hidden {
	display: none;
	visibility: hidden;
}

table.agenda {
	width: 100%;
}

table.agenda tr {
	line-height: 14px;
}

table.agenda th, table.agenda td {
	border: 0;
	padding: 10px 5px;
}

table.agenda th {
	border: 0;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
}

table.agenda tr:nth-child(odd) {
	background-color: lightgray;
}

table.agenda tr.current {
	font-weight: 700;
}

table.agenda tr.past {
	color: gray;
}
