/* Local Overrides */

/* TTP full width */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-router .card-ttpoi p.card-copy {
		min-width: 303px;
	}
}
@media only screen and (min-width: 1069px) {
	.section-router .card-ttpoi p.card-copy {
		min-width: 480px;
	}
}
