.station-contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.station-contents > div {
	margin-bottom: 2rem;
	padding: 0;
}

.station-contents > div:nth-last-of-type(1) {
	margin-bottom: 0;
}

.station-contents > div.ontario-medium-6:nth-of-type(odd) {
	padding-right: 0.5rem;
}

.station-contents > div.ontario-medium-6:nth-of-type(even) {
	padding-left: 0.5rem;
}

.station-contents img.photo {
	width: 100%;
}

.ontario-table-container {
	margin-top: 0;
	margin-bottom: 0;
}

.ontario-table-scroll--wrapper {
	height: 0;
}

#station-google-map {
	background-color: #f2f2f2;
}

#station-google-map iframe {
	width: 100%;
	height: 300px;
	border: none;
}

.icon-trend-up {
	float: right;
}


@media screen and (max-width: 40em) {
	.station-contents > div.ontario-medium-6:nth-of-type(odd) {
		padding-right: 0;
	}

	.station-contents > div.ontario-medium-6:nth-of-type(even) {
		padding-left: 0;
	}
}
