.select-station-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 2.5rem;
}

.select-station-wrapper > label {
	width: unset;
	margin-bottom: 0;
}

.select-station-wrapper > select {
	max-width: 24rem;
	margin: 0 0 0 0.5rem;
}

#date-options {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 2.5rem;
}

#date-options > legend.ontario-fieldset__legend {
	max-width: 100%;
	margin-bottom: 0;
	padding: 0;
}

#date-options > .ontario-label {
	display: inline;
	width: unset;
	margin: 0 0.5rem 0 0;
}

#date-options > .ontario-dropdown {
	margin: 0 0.5rem 0 0;
}

#date-options > #start_day,
#date-options > #start_year {
	width: 6rem;
}

#date-options > #start_month {
	width: 10rem;
}

.aqhi-results-table th,
.aqhi-results-table td {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}


@media screen and (max-width: 40em) {
	.select-station-wrapper,
	#date-options {
		flex-direction: column;
		align-items: flex-start;
	}

	.select-station-wrapper > select {
		margin-left: 0;
	}
}