@CHARSET "UTF-8";

.tile_grid_box {
	padding: 10px;
}

.tile_img {
	padding: 7px;
	background-color: #063D79;
	text-align: center;
	font-size: 24px;
}

.tile_img a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-decoration: none;
}

.tile_img:hover {
	background-color: #0B6CD4;
}

.tile_img a:hover {
	color: #444;
}

.tile_img img {
	width: 100%;
	margin-bottom: 8px;
}

.station {
}

.station h4 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.station p img {
	width: 100%;
}

@media ( min-width : 768px) {
	.station p img {
		width: 60%;
	}
}