.halo-fixtures,
.halo-results-archive,
.halo-results-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}

.halo-fixtures th,
.halo-results-archive th,
.halo-results-table th,
.halo-fixtures td,
.halo-results-archive td,
.halo-results-table td {
	padding: 0.5em 0.75em;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.halo-fixtures th,
.halo-results-archive th,
.halo-results-table th {
	background: #f5f5f5;
	font-weight: 600;
}

.halo-results-table tr.halo-non-finisher td {
	color: #888;
	font-style: italic;
}

.halo-course-name {
	margin-top: 1.5em;
}

.halo-course-meta {
	font-weight: normal;
	color: #666;
	font-size: 0.85em;
}

.halo-event-date {
	color: #666;
}

.halo-results-slot {
	margin-bottom: 2em;
}

.halo-empty,
.halo-error {
	padding: 0.75em 1em;
	background: #f5f5f5;
	border-left: 4px solid #ccc;
}

.halo-error {
	border-left-color: #c00;
}

.halo-pdf-link {
	display: inline-block;
	padding: 0.5em 1em;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-decoration: none;
}

.halo-embedded-html {
	overflow-x: auto;
}
