/*
 * Tracking
 */
tracking {
	width: 100%;
}

tracking caption {
	font-weight: bold;
	text-align: left;
	padding: 10px 0;
}

tracking table.stats.gap {
	margin-top: 40px;
}

tracking table.stats {
	font-size: 0.8em;
	width: 100%;
}
tracking table.stats td:first-child {
	text-align: left;
}

tracking .explanations {
	margin-top: 30px;
}
tracking .explanations ol li {
	padding-bottom: 10px;
}
tracking .explanations div:last-child {
	margin-top: 25px;
}

.break1, .descriptive {
	display: none;
}

/*
 * Media queries
 */
@media screen and (min-width: 440px) {
	.break1 {
		display: table-cell;
	}
	.descriptive {
		display: inline;
	}
}
@media screen and (min-width: 1000px) {
	tracking table.stats {
		font-size: 1.0em;
	}
}