@media only screen and (max-width: 1068px) {
	br.nomedium {
		display: none;
	}
}

@media only screen and (max-width: 734px) {
	br.nosmall {
		display: none;
	}
}

/* single column ul for maps:transit fares */
.page-overview .features ul.three-col-ul {
	column-count: 3;
}

@media only screen and (max-width: 1068px) {
	.page-overview .features ul.three-col-ul {
		column-count: 2;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .features ul.three-col-ul {
		column-count: 1;
	}
}
