﻿section {
	color: #000;
	margin: 0 auto;
	line-height: 24px;
	font-size: 1rem;
	font-weight: 700;
}

	section ul {
		list-style-type: none;
		margin-bottom: 0;
		margin-left: 0;
	}

		section ul li {
			display: inline-block;
			margin-right: 2rem;
			width: 6rem;
		}

.timenumbers {
	display: block;
	font-size: 30pt;
	font-weight: 400;
	line-height: 1.5rem;
	margin: 0 auto;
	text-align: center;
}

p.timedescription {
	font-size: 15pt;
	font-variant: small-caps;
	line-height: 1.5rem;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 0px;
}
