#recipe-index .recipe h2 {
	padding-bottom: 0;
	margin-bottom: 0.3em;
}

#recipe-index .recipe p {
	padding-top: 0;
	margin-top: 0.3em;
}

.talks span.date::before {
       content: " — ";
}
.talks dt {
       font-weight: bold;
}
.talks span.date {
       color: gray;
       font-weight: normal;
}

