table.day {}

tr.event {}

td.time {
	width: 120px;
	vertical-align: middle;
	text-align: right;
	color: gray;
}

span.title {
	font-weight: bold;
}

span.presenter {
	font-size: 90%;
    font-variant: small-caps;
	color: gray;
	display: block;
}

span.institution {
	font-size: 90%;
    font-variant: normal;
	font-style: italic;
}

span.location {
	font-style: italic;
	color: darkgray;
	font-size: 80%;
	display: block;
}

span.link {

}

.italic {
	font-style: italic;
}

table tbody tr:nth-child(2n + 1) {
	background-color: white;
}

ul#posters {
	list-style: none !important;
	margin-bottom: 0;
}

ul#posters li {
	font-size: 90%;
	color: gray;
}