.ers-event-box,
.ers-cancel-box{
	border-radius: 6px;
	padding: 16px 20px;
	margin: 2em auto;
	max-width: 90vw;
}

.ers-event-title {
	font-size: 1.5em;
	margin: 0 0 6px;
}

.ers-event-meta {
	color: #555;
	margin-bottom: 12px;
}

.ers-event-meta span {
	margin-right: 16px;
}

.ers-event-deadline {
	color: #b45300;
}

.ers-closed-notice {
	color: #c00;
	font-weight: bold;
	border: 1px solid #f5c2c2;
	background: #fff2f2;
	padding: 8px 12px;
	border-radius: 4px;
	display: inline-block;
}

.ers-event-content {
	margin-bottom: 16px;
	line-height: 1.7;
}

.ers-slots-table {
	width: 100%;
	border-collapse: collapse;
}

tr.ers-slot-row {
	font-size: 1.2em;
	justify-content: center;
	align-items: center;
	height: 4em;
}

.ers-slots-table td {
	padding: 10px 8px;
	border-bottom: 1px solid #eee;
}

.ers-slot-time {
	font-weight: bold;
	white-space: nowrap;
	width: 90px;
}

.ers-slot-count {
	white-space: nowrap;
	width: 80px;
}

.ers-slot-names {
	color: #555;
	font-size: 0.9em;
}

.ers-full {
	color: #c00;
	font-weight: bold;
}

.ers-form-row td {
	background: #fafafa;
}

.ers-reserve-form label {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 8px;
}

.ers-companion-row {
	border-top: 1px dashed #ccc;
	padding-top: 8px;
	margin-top: 8px;
}

.ers-form-message {
	color: #c00;
	font-weight: bold;
}


.ers-cancel-list {
	list-style: none;
	padding: 0;
}

.ers-cancel-item {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 14px;
	margin-bottom: 10px;
}

