.tile {
	background-color: #045;
	color: #FFF;
	font-family: 'Segoe UI', sans-serif;
	text-decoration: none;
	height: 90px;
	width: 88px;
	padding: 15px 1em;
	margin: 5px;
	float: left;
	overflow: hidden;
	position: relative;
}
.image {
	border: none;
	display: block;
	margin: 0 auto;
}
.label {
	display: inline-block;
	bottom: 0.5em;
	position: absolute;
}
.listing {
	display: block;
	/* height: 76px; */
	padding: 16px 0 16px 55px;
	color: #000;
	font-family: 'Segoe UI', sans-serif;
	font-size: 16pt;
	text-decoration: none;
}
.listing:hover {
	background-color: #0D8945;
	color: #FFF;
}
.detail { font-size: 9pt }
h1 {
	font-family: 'Segoe UI Light', 'Segoe UI', sans-serif;
	font-size: 42pt;
	font-weight: 200;
	margin: 0 0 0 55px;
	padding-bottom: 4px;
}

@media (max-width:605px) {
	h1 { margin: 0 }
}
