/* Keep schedule tables within the 850px content column */
#content.fixed850 .no-more-tables,
#content.fixed850 .no-more-tables table {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#content.fixed850 .no-more-tables {
	overflow-x: auto;
}

.no-more-tables table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

.no-more-tables th {
	background-color: #f5f5f5;
	font-weight: bold;
	text-align: left;
	padding: 12px 4px;
	border-bottom: 2px solid #ddd;
}

.no-more-tables td {
	padding: 12px 4px;
	border-bottom: 1px solid #e0e0e0;
	white-space: normal;
	word-break: break-word;
}

#content.fixed850 .no-more-tables th {
	white-space: normal;
}

.no-more-tables tbody tr:hover {
	background-color: #f9f9f9;
}

.no-more-tables h2 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.action-button {
	line-height: 12px;
	padding: 4px 8px;
	min-width: 35px;
	margin-left: 2px;
}

.no-more-tables th:last-child,
.no-more-tables tbody td:last-child {
	text-align: center;
}

.horaire-footer {
	margin-top: 20px;
	padding: 15px;
	background-color: #f5f5f5;
	border-left: 4px solid #0066cc;
	font-style: italic;
	color: #666;
}
