body {
	font-family: sans-serif;
	margin: 0;
}
.right {
	text-align: right;
}
.line {
	display: inline-block;
	min-width: 1em;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	border-radius: 8px;
}
a.hiddenLink {
	text-decoration: none;
	color: inherit;
}
.time {
	text-align: center;
}
.secondary {
	color: #777;
}
.delayed {
	background-color: #fd4;
}
table {
	border-spacing: 0;
	width: 100%;
	max-width: 300px;
	margin: auto;
}
tr:nth-child(even) {
	background: #ccc;
}
th {
	padding-top: 0.75em;
}
td {
	padding: 2px;
}
tr:nth-child(even) th, tr:nth-child(even) td {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #888;
}
td.progress {
	border: none !important;
	width: 5px;
	height: 100%;
}
td.progress + td {
	padding-left: 4px;
}
