.tile {
	margin-bottom: 30px;
	background: #f2f2f2;
}


.tile .content {
	padding: 20px;
}

.tile .content a {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
}

.tile .content .abstract {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	text-transform: none;
}

.tile .content .more-link {
	margin-top: 10px;
	display: block;
}

.tile .content .more-link a {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: none;
}