/* Agenda — timeslot-empty label (.programme_social).
   Rendered by snippets/agenda/components/timeslot-empty.php for timeslots
   that carry a label but have no session children (SlotView::KIND_INFO). */

.programme_social {
	font-size: 20rem;
	padding: 20rem;
	text-align: center;
	color: #555;
}

.programme_social__time {
	font-size: 14rem;
	font-weight: 400;
	opacity: 0.75;
	margin-left: 6rem;
}
