#wrap{
	max-width: 500px;
	margin: 50px auto;
}
table{
	text-align: left;
	box-sizing: border-box;
	width: 100%;
	box-shadow: 0 0 4px #ddd;
	background-color: #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
table td, table th{
	padding: 5px 15px;
}
table td:first-child{
	color: hsl(200, 85%, 46%);
	text-align: center;
	padding: 5px 0 5px 15px;
}
table td:nth-child(2){
	color: hsl(200, 85%, 46%);
	padding: 5px 15px 5px 5px;
}
table td a{
	color: #000;	
}
table td a:hover{
	color: hsl(200, 85%, 46%);	
}
table h3{
	color: hsl(200, 85%, 40%);
	border-bottom: 1px solid hsl(200, 85%, 40%);
}
table h3 .fa{
	font-size: 18px;
}
.right{
	float: right;
}
.display{
	text-align: center;
	background-color: hsla(200, 85%, 46%, .2);
	padding: 10px;
}
.time-item{
	display: inline-block;
	width: auto;
	font-size: 25px;
	margin: 0 5px;
	height: 100%;
}
.time-unit{
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
}
table a{
	color: hsl(200, 85%, 40%);
}
footer{
	position: static;
	margin-top: 100px;
}