html {
  background-color: white;
}

img {
	margin-bottom: 1em;
}
table {
	width: 100%;
}
table tr td {
	vertical-align: top;
}
table tr td.timeandplace {
	width: 16em;
}
table tr.next td.timeandplace div {
	background-color: #ff0;
}
table tr td.details {
	padding-bottom: 1em;	
	padding-left: 1em;
}
table tr td.details div.second {
	margin-top: 1em;
}
table tr td.details div div.title {
	font-weight: bold;
}
table tr td.details div div.title,
table tr td.details div div.toggle {
	display: inline;
}
table tr td.details div div.abstract {
	margin-top: 1em;
}
table tr td.older {
	padding-left: 1em;
	padding-bottom: 1em;
}

a.older,
div.toggle a {
   outline:  0;
}

